9e45a31607
the prior definition. But a safer definition is SRCTOP/sys, so use that. Sponsored by: Netflix
11 lines
165 B
Makefile
11 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${SRCTOP}/sys
|
|
|
|
test-dts:
|
|
.for dts in ${DTS}
|
|
@env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${dts} /tmp
|
|
|
|
.endfor
|
|
|