Source-Changes-HG archive

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

[src/trunk]: src/tools Build mkubootimage for evbsh3 too.



details:   https://anonhg.NetBSD.org/src/rev/38057627824a
branches:  trunk
changeset: 936537:38057627824a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Jul 28 21:38:15 2020 +0000

description:
Build mkubootimage for evbsh3 too.

diffstat:

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

diffs (19 lines):

diff -r e3cb5c158c28 -r 38057627824a tools/Makefile
--- a/tools/Makefile    Tue Jul 28 21:25:48 2020 +0000
+++ b/tools/Makefile    Tue Jul 28 21:38:15 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.205 2019/11/11 22:45:27 joerg Exp $
+#      $NetBSD: Makefile,v 1.206 2020/07/28 21:38:15 uwe Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -214,7 +214,8 @@
 .endif
 
 .if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
-    ${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint"
+    ${MACHINE} == "evbppc" || ${MACHINE} == "evbsh3" || \
+    ${MACHINE} == "sandpoint"
 SUBDIR+=       mkubootimage
 SUBDIR+=       libfdt .WAIT
 SUBDIR+=       dtc



Home | Main Index | Thread Index | Old Index