mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
10 lines
174 B
Makefile
10 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${.CURDIR}/../../../..
|
|
|
|
test-dts:
|
|
.for dts in ${DTS}
|
|
@env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${dts} /tmp
|
|
|
|
.endfor
|
|
|