summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-10-21 11:53:40 +0900
committerTom Rini <trini@ti.com>2013-11-01 11:42:12 -0400
commitbcfe8fdf321e5e6d9931502c903348fe81252dd0 (patch)
tree73775cf2ddb85a75c76f739deef4c4dd505790e6 /test
parenta67cefc353f1f3ecb869bd04d4a951356fbe55da (diff)
downloadtalos-obmc-uboot-bcfe8fdf321e5e6d9931502c903348fe81252dd0.tar.gz
talos-obmc-uboot-bcfe8fdf321e5e6d9931502c903348fe81252dd0.zip
dts, api, test: convert makefiles to Kbuild style
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile26
1 files changed, 2 insertions, 24 deletions
diff --git a/test/Makefile b/test/Makefile
index a68613df72..9c95805c44 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -4,27 +4,5 @@
# SPDX-License-Identifier: GPL-2.0+
#
-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)
-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
OpenPOWER on IntegriCloud