summaryrefslogtreecommitdiffstats
path: root/board/sandbox/sandbox/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-10-17 17:35:03 +0900
committerTom Rini <trini@ti.com>2013-10-31 13:26:44 -0400
commit7cf40824bea10590cf2bb14ecfaa4c14ee907017 (patch)
tree9162847dddcdad0b1a81ab1aa5e1a2a5ec3bfd4d /board/sandbox/sandbox/Makefile
parentdcbd48917ea5fb667337198aa751fa2920f5a6f8 (diff)
downloadtalos-obmc-uboot-7cf40824bea10590cf2bb14ecfaa4c14ee907017.tar.gz
talos-obmc-uboot-7cf40824bea10590cf2bb14ecfaa4c14ee907017.zip
sandbox: convert makefiles to Kbuild style
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/sandbox/sandbox/Makefile')
-rw-r--r--board/sandbox/sandbox/Makefile21
1 files changed, 1 insertions, 20 deletions
diff --git a/board/sandbox/sandbox/Makefile b/board/sandbox/sandbox/Makefile
index 3d490b8ef8..a0b9880d6e 100644
--- a/board/sandbox/sandbox/Makefile
+++ b/board/sandbox/sandbox/Makefile
@@ -4,23 +4,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-include $(TOPDIR)/config.mk
-
-LIB = $(obj)lib$(BOARD).o
-
-COBJS := $(BOARD).o
-
-SRCS := $(COBJS:.o=.c)
-OBJS := $(addprefix $(obj),$(COBJS))
-
-$(LIB): $(obj).depend $(OBJS)
- $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y := sandbox.o
OpenPOWER on IntegriCloud