Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools Add dtc



details:   https://anonhg.NetBSD.org/src/rev/0efdf5fb55ee
branches:  trunk
changeset: 354154:0efdf5fb55ee
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 05 23:24:29 2017 +0000

description:
Add dtc

diffstat:

 tools/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 0e08a11a3e1f -r 0efdf5fb55ee tools/Makefile
--- a/tools/Makefile    Mon Jun 05 22:44:40 2017 +0000
+++ b/tools/Makefile    Mon Jun 05 23:24:29 2017 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index