Tools: added Makefile for BBB overlays

This commit is contained in:
Andrew Tridgell 2014-07-07 16:26:54 +10:00
parent e24febec1b
commit e2822a2d8f
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
all: BB-BONE-PRU-05-00A0.dtbo BB-SPI0-01-00A0.dtbo BB-SPI0-SWP-01-00A0.dtbo BB-SPI1-SWP-01-00A0.dtbo
%.dtbo: %.dts
dtc -O dtb -o $@ -b 0 -@ $<
install:
cp *.dtbo /lib/firmware
clean:
rm -f *.dtbo