arch/arm64: Support FEAT_CCIDX
[coreboot2.git] / tests / commonlib / Makefile.mk
blob55c3ddd7027592c5a7c677416141f0ba288a6a3a
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
9 list-test-srcs += tests/commonlib/list-test.c
10 list-test-srcs += src/commonlib/list.c
12 rational-test-srcs += tests/commonlib/rational-test.c
13 rational-test-srcs += src/commonlib/rational.c
15 region-test-srcs += tests/commonlib/region-test.c
16 region-test-srcs += src/commonlib/region.c