aboutsummaryrefslogtreecommitdiff
path: root/sys/dts/Makefile.inc
blob: 9aa907fd12d5e89f24e8338afda4daaf1ad3e489 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

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