summaryrefslogtreecommitdiffstats
path: root/board/gaisler/grsim_leon2
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-10-21 11:53:26 +0900
committerTom Rini <trini@ti.com>2013-10-31 13:26:45 -0400
commit774b7d5ba9a812c4c41361a8a20a14ae5c287b99 (patch)
tree34b7c72d8c26508ff3ca270b3926c1835532eddc /board/gaisler/grsim_leon2
parent61698478a38d25fe0de6e88518999d8bfcda6bc3 (diff)
downloadblackbird-obmc-uboot-774b7d5ba9a812c4c41361a8a20a14ae5c287b99.tar.gz
blackbird-obmc-uboot-774b7d5ba9a812c4c41361a8a20a14ae5c287b99.zip
sparc: convert makefiles to Kbuild style
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Daniel Hellstrom <daniel@gaisler.com>
Diffstat (limited to 'board/gaisler/grsim_leon2')
-rw-r--r--board/gaisler/grsim_leon2/Makefile22
1 files changed, 1 insertions, 21 deletions
diff --git a/board/gaisler/grsim_leon2/Makefile b/board/gaisler/grsim_leon2/Makefile
index 2c0119e9c4..5468305caa 100644
--- a/board/gaisler/grsim_leon2/Makefile
+++ b/board/gaisler/grsim_leon2/Makefile
@@ -5,24 +5,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-include $(TOPDIR)/config.mk
-
-LIB = $(obj)lib$(BOARD).o
-
-COBJS := $(BOARD).o
-
-SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS := $(addprefix $(obj),$(COBJS))
-SOBJS := $(addprefix $(obj),$(SOBJS))
-
-$(LIB): $(obj).depend $(OBJS)
- $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y := grsim_leon2.o
OpenPOWER on IntegriCloud