Add qemu 2.4.0
[kvmfornfv.git] / qemu / pc-bios / Makefile
diff --git a/qemu/pc-bios/Makefile b/qemu/pc-bios/Makefile
new file mode 100644 (file)
index 0000000..315288d
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# NOTE: only compilable with x86 cross compile tools
+#
+include ../config-host.mak
+
+DEFINES=
+
+TARGETS=
+
+all: $(TARGETS)
+
+%.o: %.S
+       $(CC) $(DEFINES) -c -o $@ $<
+
+%.dtb: %.dts
+       dtc -I dts -O dtb -o $@ $<
+
+clean:
+       rm -f $(TARGETS) *.o *~