CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Ardupilot

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Ardupilot/ardupilot
Path: blob/master/Tools/Linux_HAL_Essentials/devicetree/pxf/Makefile
Views: 1800
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