Source-Changes-HG archive

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

[src/trunk]: src/tools/dtc Update for new libfdt location



details:   https://anonhg.NetBSD.org/src/rev/3e3e280a4ff0
branches:  trunk
changeset: 824547:3e3e280a4ff0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jun 08 17:16:44 2017 +0000

description:
Update for new libfdt location

diffstat:

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

diffs (17 lines):

diff -r f903c082d5a0 -r 3e3e280a4ff0 tools/dtc/Makefile
--- a/tools/dtc/Makefile        Thu Jun 08 17:09:29 2017 +0000
+++ b/tools/dtc/Makefile        Thu Jun 08 17:16:44 2017 +0000
@@ -1,9 +1,12 @@
-#      $NetBSD: Makefile,v 1.1 2017/06/05 22:44:40 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2017/06/08 17:16:44 skrll Exp $
 
 NOMAN= # defined
 
 .include <bsd.own.mk>
 
+LIBFDT_DIR=    ${.CURDIR}/../../sys/external/bsd/libfdt/dist
+HOST_CPPFLAGS+=        -I${LIBFDT_DIR}
+
 HOSTPROGNAME=  ${_TOOL_PREFIX}dtc
 HOST_SRCDIR=   external/gpl2/dtc/usr.bin/dtc
 



Home | Main Index | Thread Index | Old Index