Module Name: src
Committed By: skrll
Date: Thu Jun 8 17:16:44 UTC 2017
Modified Files:
src/tools/dtc: Makefile
Log Message:
Update for new libfdt location
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/dtc/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/dtc/Makefile
diff -u src/tools/dtc/Makefile:1.1 src/tools/dtc/Makefile:1.2
--- src/tools/dtc/Makefile:1.1 Mon Jun 5 22:44:40 2017
+++ src/tools/dtc/Makefile Thu Jun 8 17:16:44 2017
@@ -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