Source-Changes-HG archive

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

[src/trunk]: src/tools/dtc tools build glue.



details:   https://anonhg.NetBSD.org/src/rev/5840657df378
branches:  trunk
changeset: 824454:5840657df378
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 05 22:44:40 2017 +0000

description:
tools build glue.

diffstat:

 tools/dtc/Makefile |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 3b0904b8a286 -r 5840657df378 tools/dtc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/dtc/Makefile        Mon Jun 05 22:44:40 2017 +0000
@@ -0,0 +1,14 @@
+#      $NetBSD: Makefile,v 1.1 2017/06/05 22:44:40 christos Exp $
+
+NOMAN= # defined
+
+.include <bsd.own.mk>
+
+HOSTPROGNAME=  ${_TOOL_PREFIX}dtc
+HOST_SRCDIR=   external/gpl2/dtc/usr.bin/dtc
+
+FDTOBJ!=       cd ${.CURDIR}/../libfdt && ${PRINTOBJDIR}
+LDADD+=                -L${FDTOBJ} -lfdt
+
+.include "${.CURDIR}/../Makefile.nbincludes"
+.include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index