You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
181 B
11 lines
181 B
11 years ago
|
all: BB-BONE-PRU-05-00A0.dtbo BB-SPI0-PXF-01-00A0.dtbo BB-SPI1-PXF-01-00A0.dtbo
|
||
11 years ago
|
|
||
|
%.dtbo: %.dts
|
||
|
dtc -O dtb -o $@ -b 0 -@ $<
|
||
|
|
||
|
install:
|
||
|
cp *.dtbo /lib/firmware
|
||
|
|
||
|
clean:
|
||
|
rm -f *.dtbo
|