summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/dts/Makefile.inc
blob: 4454755dc813b3c839468ae14e503907d263a1eb (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

SYSDIR?=${.CURDIR}/../../../..

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

.endfor

OpenPOWER on IntegriCloud