Files
system76-coreboot/tests/commonlib/Makefile.mk
Maximilian Brune da336cd5c6 treewide: Move device_tree to commonlib
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: I990d74d9fff06b17ec8a6ee962955e4b0df8b907
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77970
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-06-22 04:02:04 +00:00

23 lines
648 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
subdirs-y += bsd
tests-y += list-test
tests-y += rational-test
tests-y += region-test
tests-y += device_tree-test
device_tree-test-srcs += tests/commonlib/device_tree-test.c
device_tree-test-srcs += tests/stubs/console.c
device_tree-test-srcs += src/commonlib/device_tree.c
device_tree-test-syssrcs += tests/helpers/file.c
list-test-srcs += tests/commonlib/list-test.c
list-test-srcs += src/commonlib/list.c
rational-test-srcs += tests/commonlib/rational-test.c
rational-test-srcs += src/commonlib/rational.c
region-test-srcs += tests/commonlib/region-test.c
region-test-srcs += src/commonlib/region.c