]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - test/Makefile
buildman: fix boards.cfg parsing
[karo-tx-uboot.git] / test / Makefile
index 99ce890e596f9b9970c62546ec402b4f582eeeed..a68613df729c34dd72211122f12993743575d293 100644 (file)
@@ -9,6 +9,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)libtest.o
 
 COBJS-$(CONFIG_SANDBOX) += command_ut.o
+COBJS-$(CONFIG_SANDBOX) += compression.o
 
 COBJS  := $(sort $(COBJS-y))
 SRCS   := $(COBJS:.o=.c)