Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Hook in dtc/libfdt now that it builds for me
details: https://anonhg.NetBSD.org/src/rev/b174794b80d2
branches: trunk
changeset: 354207:b174794b80d2
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jun 07 10:38:33 2017 +0000
description:
Hook in dtc/libfdt now that it builds for me
diffstat:
tools/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r f7d4895a6d06 -r b174794b80d2 tools/Makefile
--- a/tools/Makefile Wed Jun 07 09:31:30 2017 +0000
+++ b/tools/Makefile Wed Jun 07 10:38:33 2017 +0000
@@ -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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index