Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / samsung / smdk5250 / Makefile
diff --git a/qemu/roms/u-boot/board/samsung/smdk5250/Makefile b/qemu/roms/u-boot/board/samsung/smdk5250/Makefile
new file mode 100644 (file)
index 0000000..6a58655
--- /dev/null
@@ -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