Module Name: src
Committed By: christos
Date: Mon Jun 5 23:24:29 UTC 2017
Modified Files:
src/tools: Makefile
Log Message:
Add dtc
To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/Makefile
diff -u src/tools/Makefile:1.187 src/tools/Makefile:1.188
--- src/tools/Makefile:1.187 Wed Jan 11 07:08:34 2017
+++ src/tools/Makefile Mon Jun 5 19:24:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.187 2017/01/11 12:08:34 joerg Exp $
+# $NetBSD: Makefile,v 1.188 2017/06/05 23:24:29 christos Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@@ -210,8 +210,12 @@ SUBDIR+= elftosb
.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint"
SUBDIR+= mkubootimage
+SUBDIR+= libfdt .WAIT
+SUBDIR+= dtc
.endif
+SUBDIR+= libfdt .WAIT
+SUBDIR+= dtc
.if ${MKX11} != "no"
SUBDIR+= makestrs
SUBDIR+= makekeys