mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Tools: added Makefile for BBB overlays
This commit is contained in:
parent
e24febec1b
commit
e2822a2d8f
10
Tools/Linux_HAL_Essentials/Makefile
Normal file
10
Tools/Linux_HAL_Essentials/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user