]> git.proxmox.com Git - mirror_qemu.git/blobdiff - pc-bios/Makefile
Revert "audio: fix pc speaker init"
[mirror_qemu.git] / pc-bios / Makefile
index d9f434ae52cb31d5cbfdd5722140d075137c2b41..315288df84e1e2817e495392e12aa9e9b03c67db 100644 (file)
@@ -12,5 +12,8 @@ all: $(TARGETS)
 %.o: %.S
        $(CC) $(DEFINES) -c -o $@ $<
 
+%.dtb: %.dts
+       dtc -I dts -O dtb -o $@ $<
+
 clean:
        rm -f $(TARGETS) *.o *~