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.
|
|
|
all: BB-BBBMINI-00A0.dtbo
|
|
|
|
|
|
|
|
%.dtbo: %.dts
|
|
|
|
dtc -O dtb -o $@ -b 0 -@ $<
|
|
|
|
|
|
|
|
install:
|
|
|
|
cp *.dtbo /lib/firmware
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f *.dtbo
|