Deleted Added
full compact
Makefile.inc (267197) Makefile.inc (267199)
1# $FreeBSD: head/sys/boot/fdt/dts/Makefile.inc 267197 2014-06-06 23:53:59Z rpaulo $
1# $FreeBSD: head/sys/boot/fdt/dts/Makefile.inc 267199 2014-06-07 02:38:13Z rpaulo $
2
2
3SYSDIR?=${.CURDIR}/../../../..
4
3test-dts:
4.for dts in ${DTS}
5test-dts:
6.for dts in ${DTS}
5 dtc -I dts -O dtb -o /dev/null ${dts}
7 @env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${dts} /tmp
8
6.endfor
7
9.endfor
10