]> git.proxmox.com Git - qemu.git/blobdiff - pc-bios/Makefile
s390-ccw.img: Enhance drain_irqs().
[qemu.git] / pc-bios / Makefile
index c817e851cfbee4a9101d9928673e1633de6e11dd..315288df84e1e2817e495392e12aa9e9b03c67db 100644 (file)
@@ -12,6 +12,8 @@ all: $(TARGETS)
 %.o: %.S
        $(CC) $(DEFINES) -c -o $@ $<
 
+%.dtb: %.dts
+       dtc -I dts -O dtb -o $@ $<
+
 clean:
        rm -f $(TARGETS) *.o *~
-