Module Name: src
Committed By: skrll
Date: Wed Jun 7 10:38:34 UTC 2017
Modified Files:
src/tools: Makefile
Log Message:
Hook in dtc/libfdt now that it builds for me
To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 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.190 src/tools/Makefile:1.191
--- src/tools/Makefile:1.190 Tue Jun 6 08:21:53 2017
+++ src/tools/Makefile Wed Jun 7 10:38:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.190 2017/06/06 08:21:53 skrll Exp $
+# $NetBSD: Makefile,v 1.191 2017/06/07 10:38:33 skrll Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@@ -210,8 +210,8 @@ SUBDIR+= elftosb
.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint"
SUBDIR+= mkubootimage
-#SUBDIR+= libfdt .WAIT
-#SUBDIR+= dtc
+SUBDIR+= libfdt .WAIT
+SUBDIR+= dtc
.endif
.if ${MKX11} != "no"