Files
system76-coreboot/tests/commonlib/Makefile.mk
Maximilian Brune a99b580c75 treewide: Move list.h to commonlib
It is needed in order to move device_tree.c into commonlib in a
subsequent commit.

Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: I16eb7b743fb1d36301f0eda563a62364e7a9cfec
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77968
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-02-24 11:49:46 +00:00

17 lines
410 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
subdirs-y += bsd
tests-y += list-test
tests-y += rational-test
tests-y += region-test
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