Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/evbarm/instkernel/instkernel Fix evbarm build - patc...
details: https://anonhg.NetBSD.org/src/rev/8cf566998af7
branches: trunk
changeset: 358126:8cf566998af7
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Dec 13 11:37:37 2017 +0000
description:
Fix evbarm build - patch from Harold Gutch on port-arm
diffstat:
distrib/evbarm/instkernel/instkernel/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 16ce71dcf63b -r 8cf566998af7 distrib/evbarm/instkernel/instkernel/Makefile
--- a/distrib/evbarm/instkernel/instkernel/Makefile Wed Dec 13 11:31:42 2017 +0000
+++ b/distrib/evbarm/instkernel/instkernel/Makefile Wed Dec 13 11:37:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/12/11 11:38:14 jmcneill Exp $
+# $NetBSD: Makefile,v 1.29 2017/12/13 11:37:37 skrll Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -11,10 +11,11 @@
.include "${NETBSDSRCDIR}/etc/etc.evbarm/Makefile.inc"
MDSETTARGETS=
+MDSET_SUFFIXES.-= srec create-srec bin create-bin
.for i in ${BUILD_KERNELS:M*_INSTALL}
.if ${i} == "RPI_INSTALL" || ${i} == "RPI2_INSTALL"
-MDSETTARGETS+= ${i} ${SSHRAMDISK} netbsd-${i}
-MDSET_SUFFIXES.${i}= bin create-bin img create-img
+MDSETTARGETS+= ${i} ${SSHRAMDISK} -
+MDSET_SUFFIXES.${i}= img create-img
.else
MDSETTARGETS+= ${i} ${RAMDISK} -
.endif
@@ -22,7 +23,6 @@
MDSET_RELEASEDIR= installation/instkernel
-MDSET_SUFFIXES.-= srec create-srec bin create-bin
create-srec= ${OBJCOPY} -O srec ${.TARGET:R} ${.TARGET}
create-bin= ${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
create-img= \
Home |
Main Index |
Thread Index |
Old Index