summaryrefslogtreecommitdiffstats
path: root/board/samsung/arndale/Makefile
diff options
context:
space:
mode:
authorChander Kashyap <chander.kashyap@linaro.org>2013-08-21 10:38:56 +0530
committerMinkyu Kang <mk7.kang@samsung.com>2013-08-30 12:13:58 +0900
commita2ac68fb2b35e57cd483e7d6fb30b9d9331acc01 (patch)
treea28b0a79c9d17f64a60fd761261577ca1505a037 /board/samsung/arndale/Makefile
parent35bea619779f95fb450b18b1d996c95442807fbc (diff)
downloadblackbird-obmc-uboot-a2ac68fb2b35e57cd483e7d6fb30b9d9331acc01.tar.gz
blackbird-obmc-uboot-a2ac68fb2b35e57cd483e7d6fb30b9d9331acc01.zip
exynos5250: Add arndale board support
Arndale board is based on samsung's exynos5250 soc. Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org> Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/arndale/Makefile')
-rw-r--r--board/samsung/arndale/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/board/samsung/arndale/Makefile b/board/samsung/arndale/Makefile
new file mode 100644
index 0000000000..afd8db3cee
--- /dev/null
+++ b/board/samsung/arndale/Makefile
@@ -0,0 +1,34 @@
+#
+# Copyright (C) 2013 Samsung Electronics
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+include $(TOPDIR)/config.mk
+
+LIB = $(obj)lib$(BOARD).o
+
+COBJS += arndale_spl.o
+
+ifndef CONFIG_SPL_BUILD
+COBJS += arndale.o
+endif
+
+SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
+OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS))
+
+ALL := $(obj).depend $(LIB)
+
+all: $(ALL)
+
+$(LIB): $(OBJS)
+ $(call cmd_link_o_target, $(OBJS))
+
+#########################################################################
+
+# defines $(obj).depend target
+include $(SRCTREE)/rules.mk
+
+sinclude $(obj).depend
+
+#########################################################################
OpenPOWER on IntegriCloud