Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / vpac270 / Makefile
diff --git a/qemu/roms/u-boot/board/vpac270/Makefile b/qemu/roms/u-boot/board/vpac270/Makefile
new file mode 100644 (file)
index 0000000..ad7f7d8
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# Voipac PXA270 Support
+#
+# Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com>
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
+ifndef CONFIG_SPL_BUILD
+obj-y  := vpac270.o
+else
+obj-y  := onenand.o
+endif