Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / esd / vom405 / Makefile
diff --git a/qemu/roms/u-boot/board/esd/vom405/Makefile b/qemu/roms/u-boot/board/esd/vom405/Makefile
new file mode 100644 (file)
index 0000000..7cf5c02
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# (C) Copyright 2000-2006
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
+# Objects for Xilinx JTAG programming (CPLD)
+CPLD    = ../common/xilinx_jtag/lenval.o \
+         ../common/xilinx_jtag/micro.o \
+         ../common/xilinx_jtag/ports.o
+
+obj-y  = vom405.o flash.o ../common/misc.o $(CPLD)