X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/642a4f967f69a86bd59ad7c7d0adf8e80d0b4b54..0ebf76aae58324b8f7bf6af798696687f5f4c2a9:/pc-bios/Makefile diff --git a/pc-bios/Makefile b/pc-bios/Makefile index c817e851cf..315288df84 100644 --- a/pc-bios/Makefile +++ b/pc-bios/Makefile @@ -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 *~ -