Ardupilot2/Tools/Linux_HAL_Essentials/Makefile
2014-07-14 09:44:35 +10:00

11 lines
202 B
Makefile

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