Module Name: src
Committed By: skrll
Date: Wed Dec 13 11:37:37 UTC 2017
Modified Files:
src/distrib/evbarm/instkernel/instkernel: Makefile
Log Message:
Fix evbarm build - patch from Harold Gutch on port-arm
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/distrib/evbarm/instkernel/instkernel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/evbarm/instkernel/instkernel/Makefile
diff -u src/distrib/evbarm/instkernel/instkernel/Makefile:1.28 src/distrib/evbarm/instkernel/instkernel/Makefile:1.29
--- src/distrib/evbarm/instkernel/instkernel/Makefile:1.28 Mon Dec 11 11:38:14 2017
+++ src/distrib/evbarm/instkernel/instkernel/Makefile Wed Dec 13 11:37:37 2017
@@ -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 @@ SSHRAMDISK= ${SSHRAMDISKDIR}/sshramdisk.
.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 @@ MDSETTARGETS+= ${i} ${RAMDISK} -
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= \