freebsd-dev/sys/boot/fdt/dts/arm/Makefile
Rui Paulo 76b29e9c4f Add Makefiles to automatically test all the DTS files.
There are several broken DTS files right now in the arm directory.
2014-06-06 23:53:59 +00:00

8 lines
66 B
Makefile

# $FreeBSD$
DTS!=ls *.dts
all: test-dts
.include <bsd.init.mk>