X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2FMakefile;h=40f2244b79b36d1a228bfa0448f82618341aa14f;hb=b5914419ebd51596c0a0c7ab89e10a1b734954b2;hp=08330e020c5d3450ebc5d549bf98c62459cdcdd9;hpb=02ffb580e6ab7aaa7f6703ed35f489e97439cb65;p=oweals%2Fu-boot.git diff --git a/test/Makefile b/test/Makefile index 08330e020c..40f2244b79 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,6 +4,10 @@ # SPDX-License-Identifier: GPL-2.0+ # +obj-$(CONFIG_UNIT_TEST) += cmd_ut.o +obj-$(CONFIG_UNIT_TEST) += ut.o obj-$(CONFIG_SANDBOX) += command_ut.o obj-$(CONFIG_SANDBOX) += compression.o -obj-$(CONFIG_CMD_UT_TIME) += time_ut.o +obj-$(CONFIG_SANDBOX) += print_ut.o +obj-$(CONFIG_UT_TIME) += time_ut.o +obj-$(CONFIG_$(SPL_)LOG) += log/