Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / samsung / arndale / Makefile
diff --git a/qemu/roms/u-boot/board/samsung/arndale/Makefile b/qemu/roms/u-boot/board/samsung/arndale/Makefile
new file mode 100644 (file)
index 0000000..be2b366
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# Copyright (C) 2013 Samsung Electronics
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
+obj-y  += arndale_spl.o
+
+ifndef CONFIG_SPL_BUILD
+obj-y  += arndale.o
+endif