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/531beb1e5a6e
branches:  trunk
changeset: 824508:531beb1e5a6e
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 677053c0d1e3 -r 531beb1e5a6e 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