sconfig: Move (WEAK_)DEV_PTR from device.h to static.h
[coreboot.git] / tests / commonlib / Makefile.mk
blobe593b144042c974577366a259c4e72e69a152f3f
1 # SPDX-License-Identifier: GPL-2.0-only
3 subdirs-y += bsd
5 tests-y += list-test
6 tests-y += rational-test
7 tests-y += region-test
8 tests-y += device_tree-test
10 device_tree-test-srcs += tests/commonlib/device_tree-test.c
11 device_tree-test-srcs += tests/stubs/console.c
12 device_tree-test-srcs += src/commonlib/device_tree.c
13 device_tree-test-syssrcs += tests/helpers/file.c
15 list-test-srcs += tests/commonlib/list-test.c
16 list-test-srcs += src/commonlib/list.c
18 rational-test-srcs += tests/commonlib/rational-test.c
19 rational-test-srcs += src/commonlib/rational.c
21 region-test-srcs += tests/commonlib/region-test.c
22 region-test-srcs += src/commonlib/region.c