]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/dts/Makefile.inc
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sys / dts / Makefile.inc
1 # $FreeBSD$
2
3 SYSDIR?=${SRCTOP}/sys
4
5 test-dts:
6 .for dts in ${DTS}
7         @env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${dts} /tmp
8 .endfor
9
10 test-dtso:
11 .for dtso in ${DTSO}
12         @env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtbo.sh ${SYSDIR} ${dtso} /tmp
13 .endfor