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 up evbearm* release...



details:   https://anonhg.NetBSD.org/src/rev/f48ecbdf5f2e
branches:  trunk
changeset: 786665:f48ecbdf5f2e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 06 17:42:30 2013 +0000

description:
Fix up evbearm* release builds.

diffstat:

 distrib/evbarm/instkernel/instkernel/Makefile |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 6a45fc1b1428 -r f48ecbdf5f2e distrib/evbarm/instkernel/instkernel/Makefile
--- a/distrib/evbarm/instkernel/instkernel/Makefile     Mon May 06 16:28:17 2013 +0000
+++ b/distrib/evbarm/instkernel/instkernel/Makefile     Mon May 06 17:42:30 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2013/03/19 22:16:53 garbled Exp $
+#      $NetBSD: Makefile,v 1.20 2013/05/06 17:42:30 skrll Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -22,12 +22,20 @@
                        OPENRD_INSTALL          ${RAMDISK}      -       \
                        TS7200_INSTALL          ${RAMDISK}      -       \
                        TEAMASA_NPWR_INSTALL    ${RAMDISK}      -       \
-                       RPI_INSTALL             ${SSHRAMDISK}   -       \
                        KUROBOX_PRO_INSTALL     ${RAMDISK}      -
 .else
 # Big endian platforms.
 MDSETTARGETS=          ADI_BRH_INSTALL         ${RAMDISK}      -
 .endif
+
+.if \
+    ${MACHINE_ARCH} == "arm" || \
+    ${MACHINE_ARCH} == "earm" || \
+    ${MACHINE_ARCH} == "earmhf"
+# Little endian (any ABI) platforms.
+MDSETTARGETS+=         RPI_INSTALL             ${SSHRAMDISK}   -
+.endif
+
 MDSET_RELEASEDIR=      installation/instkernel
 
 MDSET_SUFFIXES.-=      srec create-srec  bin create-bin



Home | Main Index | Thread Index | Old Index