Module Name: src Committed By: skrll Date: Fri Aug 30 10:13:39 UTC 2013
Modified Files: src/distrib/evbarm/instkernel/instkernel: Makefile Log Message: PR/48164: BEAGLEBONE_INSTALL kernel not built with preferred ABI for platform To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 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.22 src/distrib/evbarm/instkernel/instkernel/Makefile:1.23 --- src/distrib/evbarm/instkernel/instkernel/Makefile:1.22 Sun Aug 11 17:18:11 2013 +++ src/distrib/evbarm/instkernel/instkernel/Makefile Fri Aug 30 10:13:39 2013 @@ -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 @@ SSHRAMDISK= ${SSHRAMDISKDIR}/sshramdisk. # 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 @@ MDSETTARGETS= ADI_BRH_INSTALL ${RAMDIS ${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