Module Name: src
Committed By: uwe
Date: Tue Jul 28 21:38:15 UTC 2020
Modified Files:
src/tools: Makefile
Log Message:
Build mkubootimage for evbsh3 too.
To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 src/tools/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/Makefile
diff -u src/tools/Makefile:1.205 src/tools/Makefile:1.206
--- src/tools/Makefile:1.205 Mon Nov 11 22:45:27 2019
+++ src/tools/Makefile Tue Jul 28 21:38:15 2020
@@ -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 @@ SUBDIR+= elftosb
.endif
.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
- ${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint"
+ ${MACHINE} == "evbppc" || ${MACHINE} == "evbsh3" || \
+ ${MACHINE} == "sandpoint"
SUBDIR+= mkubootimage
SUBDIR+= libfdt .WAIT
SUBDIR+= dtc