Browse Source

Tools: added Makefile for BBB overlays

mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
e2822a2d8f
  1. 10
      Tools/Linux_HAL_Essentials/Makefile

10
Tools/Linux_HAL_Essentials/Makefile

@ -0,0 +1,10 @@ @@ -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
Loading…
Cancel
Save