ardupilot/Tools/Linux_HAL_Essentials/devicetree/pxf/Makefile

11 lines
181 B
Makefile
Raw Normal View History

2014-07-19 00:26:47 -03:00
all: BB-BONE-PRU-05-00A0.dtbo BB-SPI0-PXF-01-00A0.dtbo BB-SPI1-PXF-01-00A0.dtbo
2014-07-07 03:26:54 -03:00
%.dtbo: %.dts
dtc -O dtb -o $@ -b 0 -@ $<
install:
cp *.dtbo /lib/firmware
clean:
rm -f *.dtbo