X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=test%2FMakefile;h=0f5de5739908f07976ba2328bd944726e08ac7b2;hb=d05337428e321a47ee33e08571ab0ce1414f5344;hp=3d9968c76dbe70d6b4bec251eafc4a73dc812d5e;hpb=362cf00e64373b268a05ef2b0340f6e19d58924f;p=karo-tx-uboot.git diff --git a/test/Makefile b/test/Makefile index 3d9968c76d..0f5de57399 100644 --- a/test/Makefile +++ b/test/Makefile @@ -8,4 +8,4 @@ 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_UT_TIME) += time_ut.o