X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=test%2FMakefile;h=9c95805c44e06e2f8230635adc0773033ef6b70f;hp=99ce890e596f9b9970c62546ec402b4f582eeeed;hb=eebd1b58d05aa3719aa23be3e4a5c1424b26ff11;hpb=326ea986ac150acdc7656d57fca647db80b50158 diff --git a/test/Makefile b/test/Makefile index 99ce890e59..9c95805c44 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,26 +4,5 @@ # SPDX-License-Identifier: GPL-2.0+ # -include $(TOPDIR)/config.mk - -LIB = $(obj)libtest.o - -COBJS-$(CONFIG_SANDBOX) += command_ut.o - -COBJS := $(sort $(COBJS-y)) -SRCS := $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) - -all: $(LIB) $(XOBJS) - -$(LIB): $(obj).depend $(OBJS) - $(call cmd_link_o_target, $(OBJS)) - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend - -######################################################################### +obj-$(CONFIG_SANDBOX) += command_ut.o +obj-$(CONFIG_SANDBOX) += compression.o