summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/board/samsung/smdk5250/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/board/samsung/smdk5250/Makefile')
-rw-r--r--qemu/roms/u-boot/board/samsung/smdk5250/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/samsung/smdk5250/Makefile b/qemu/roms/u-boot/board/samsung/smdk5250/Makefile
new file mode 100644
index 000000000..6a586553e
--- /dev/null
+++ b/qemu/roms/u-boot/board/samsung/smdk5250/Makefile
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2012 Samsung Electronics
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += smdk5250_spl.o
+
+ifndef CONFIG_SPL_BUILD
+ifdef CONFIG_OF_CONTROL
+obj-y += exynos5-dt.o
+else
+obj-y += smdk5250.o
+endif
+endif