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 PR/48164: BEAGLEBONE_IN...
details: https://anonhg.NetBSD.org/src/rev/f501aad8a9d2
branches: trunk
changeset: 789651:f501aad8a9d2
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Aug 30 10:13:39 2013 +0000
description:
PR/48164: BEAGLEBONE_INSTALL kernel not built with preferred ABI for
platform
diffstat:
distrib/evbarm/instkernel/instkernel/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4a9c7bb56744 -r f501aad8a9d2 distrib/evbarm/instkernel/instkernel/Makefile
--- a/distrib/evbarm/instkernel/instkernel/Makefile Fri Aug 30 07:42:08 2013 +0000
+++ b/distrib/evbarm/instkernel/instkernel/Makefile Fri Aug 30 10:13:39 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/08/11 17:18:11 riz Exp $
+# $NetBSD: Makefile,v 1.23 2013/08/30 10:13:39 skrll Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -12,7 +12,6 @@
# Little endian platforms.
MDSETTARGETS= ADI_BRH_INSTALL ${RAMDISK} - \
BCM5301X_INSTALL ${RAMDISK} - \
- BEAGLEBONE_INSTALL ${RAMDISK} - \
CP3100_INSTALL ${RAMDISK} - \
GEMINI_INSTALL ${RAMDISK} - \
GUMSTIX_INSTALL ${RAMDISK} - \
@@ -36,7 +35,8 @@
${MACHINE_ARCH} == "earmv6" || \
${MACHINE_ARCH} == "earmv6hf"
# Little endian (any ABI) platforms.
-MDSETTARGETS+= RPI_INSTALL ${SSHRAMDISK} -
+MDSETTARGETS+= RPI_INSTALL ${SSHRAMDISK} - \
+ BEAGLEBONE_INSTALL ${RAMDISK} -
.endif
MDSET_RELEASEDIR= installation/instkernel
Home |
Main Index |
Thread Index |
Old Index