]> Git Repo - qemu.git/blobdiff - pc-bios/Makefile
Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into staging
[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 *~
-
This page took 0.026116 seconds and 4 git commands to generate.