summaryrefslogtreecommitdiff
path: root/board/samsung/smdk5420/Makefile
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-01-06 09:32:42 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-01-06 09:32:42 +0100
commit4b0561d84198f8d696fd51cfc27aeac8c7482a8c (patch)
treeb606414d6bfe1332209a282955233a1d87547f40 /board/samsung/smdk5420/Makefile
parenta891601ce51edbafa1a2750c96a618e4fcbca1c2 (diff)
parenta5e15bbb42512ee5be53967019e9649816790d7e (diff)
downloadu-boot-imx-4b0561d84198f8d696fd51cfc27aeac8c7482a8c.zip
u-boot-imx-4b0561d84198f8d696fd51cfc27aeac8c7482a8c.tar.gz
u-boot-imx-4b0561d84198f8d696fd51cfc27aeac8c7482a8c.tar.bz2
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
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 0000000..c2f8886
--- /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