diff options
Diffstat (limited to 'pc-bios/Makefile')
-rw-r--r-- | pc-bios/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pc-bios/Makefile b/pc-bios/Makefile index d9f434ae52..315288df84 100644 --- a/pc-bios/Makefile +++ b/pc-bios/Makefile @@ -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 *~ |