summaryrefslogtreecommitdiffstats
path: root/board/earthlcd
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-10-21 11:53:28 +0900
committerTom Rini <trini@ti.com>2013-10-31 13:26:45 -0400
commit8fb80a8bb4730c654cc51c27c767e215cfd4d64b (patch)
tree414b9c6e9813dcec0e8fc3db1636308c20c7cf73 /board/earthlcd
parent02b3bf390e25c0902a7653e05beac8c111f3dcb9 (diff)
downloadblackbird-obmc-uboot-8fb80a8bb4730c654cc51c27c767e215cfd4d64b.tar.gz
blackbird-obmc-uboot-8fb80a8bb4730c654cc51c27c767e215cfd4d64b.zip
avr32: convert makefiles to Kbuild style
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'board/earthlcd')
-rw-r--r--board/earthlcd/favr-32-ezkit/Makefile21
1 files changed, 1 insertions, 20 deletions
diff --git a/board/earthlcd/favr-32-ezkit/Makefile b/board/earthlcd/favr-32-ezkit/Makefile
index 0b3ebe3e67..f712ab9c7a 100644
--- a/board/earthlcd/favr-32-ezkit/Makefile
+++ b/board/earthlcd/favr-32-ezkit/Makefile
@@ -6,23 +6,4 @@
#
# SPDX-License-Identifier: GPL-2.0+
-include $(TOPDIR)/config.mk
-
-LIB := $(obj)lib$(BOARD).o
-
-COBJS := $(BOARD).o flash.o
-
-SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
-
-$(LIB): $(obj).depend $(OBJS)
- $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y := favr-32-ezkit.o flash.o
OpenPOWER on IntegriCloud