Deleted Added
sdiff udiff text old ( 267197 ) new ( 267199 )
full compact
1# $FreeBSD: head/sys/boot/fdt/dts/Makefile.inc 267197 2014-06-06 23:53:59Z rpaulo $
2
3test-dts:
4.for dts in ${DTS}
5 dtc -I dts -O dtb -o /dev/null ${dts}
6.endfor
7