Source-Changes-HG archive

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

[src/trunk]: src/tools Make dtc on riscv



details:   https://anonhg.NetBSD.org/src/rev/c9f8e6418751
branches:  trunk
changeset: 1026252:c9f8e6418751
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 14 15:48:02 2021 +0000

description:
Make dtc on riscv

diffstat:

 tools/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 5a7b0a060ee3 -r c9f8e6418751 tools/Makefile
--- a/tools/Makefile    Sun Nov 14 15:12:01 2021 +0000
+++ b/tools/Makefile    Sun Nov 14 15:48:02 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.211 2021/05/27 08:41:35 cjep Exp $
+#      $NetBSD: Makefile,v 1.212 2021/11/14 15:48:02 skrll Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -219,6 +219,12 @@
     ${MACHINE} == "evbppc" || ${MACHINE} == "evbsh3" || \
     ${MACHINE} == "sandpoint"
 SUBDIR+=       mkubootimage
+.endif
+
+.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
+    ${MACHINE} == "evbppc" || ${MACHINE} == "evbsh3" || \
+    ${MACHINE} == "sandpoint" || \
+    ${MACHINE_CPU} == "riscv"
 SUBDIR+=       libfdt .WAIT
 SUBDIR+=       dtc
 .endif



Home | Main Index | Thread Index | Old Index