summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pc-bios/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/pc-bios/Makefile b/pc-bios/Makefile
index d9f434a..315288d 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 *~
OpenPOWER on IntegriCloud