summaryrefslogtreecommitdiff
path: root/sys/dts/Makefile.inc
blob: 7f51725400c663889c06a4f9866b493c6ad528d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
SYSDIR?=${SRCTOP}/sys

test-dts:
.for dts in ${DTS}
	@env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${dts} /tmp
.endfor

test-dtso:
.for dtso in ${DTSO}
	@env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtbo.sh ${SYSDIR} ${dtso} /tmp
.endfor