mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
11 lines
181 B
Makefile
11 lines
181 B
Makefile
all: BB-BONE-PRU-05-00A0.dtbo BB-SPI0-PXF-01-00A0.dtbo BB-SPI1-PXF-01-00A0.dtbo
|
|
|
|
%.dtbo: %.dts
|
|
dtc -O dtb -o $@ -b 0 -@ $<
|
|
|
|
install:
|
|
cp *.dtbo /lib/firmware
|
|
|
|
clean:
|
|
rm -f *.dtbo
|