summaryrefslogtreecommitdiffstats
path: root/board/samsung/smdk5420/Makefile
diff options
context:
space:
mode:
authorRajeshwari Birje <rajeshwari.s@samsung.com>2013-12-26 09:44:24 +0530
committerMinkyu Kang <mk7.kang@samsung.com>2013-12-30 16:50:34 +0900
commite106bd9b9d0c3ec429b2e85184738789b75ca247 (patch)
tree87ae1d21dbf72323cd18f1edf772e3ce9b3153b1 /board/samsung/smdk5420/Makefile
parent5af4a4f74ac0607c71f5fca3fd0c6679b662b207 (diff)
downloadblackbird-obmc-uboot-e106bd9b9d0c3ec429b2e85184738789b75ca247.tar.gz
blackbird-obmc-uboot-e106bd9b9d0c3ec429b2e85184738789b75ca247.zip
Exynos5420: Add base patch for SMDK5420
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde <rajeshwari.s@samsung.com> Signed-off-by: Akshay Saraswat <akshay.s@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/smdk5420/Makefile')
-rw-r--r--board/samsung/smdk5420/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/samsung/smdk5420/Makefile b/board/samsung/smdk5420/Makefile
new file mode 100644
index 0000000000..c2f8886c99
--- /dev/null
+++ b/board/samsung/smdk5420/Makefile
@@ -0,0 +1,11 @@
+#
+# Copyright (C) 2013 Samsung Electronics
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += smdk5420_spl.o
+
+ifndef CONFIG_SPL_BUILD
+obj-y += smdk5420.o
+endif
OpenPOWER on IntegriCloud