Module Name: src
Committed By: skrll
Date: Tue Jun 6 08:21:53 UTC 2017
Modified Files:
src/tools: Makefile
Log Message:
Disable dtc/libfdt for now
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 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.189 src/tools/Makefile:1.190
--- src/tools/Makefile:1.189 Mon Jun 5 23:55:43 2017
+++ src/tools/Makefile Tue Jun 6 08:21:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.189 2017/06/05 23:55:43 christos Exp $
+# $NetBSD: Makefile,v 1.190 2017/06/06 08:21:53 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"