Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.evbarm avoid dup kernel



details:   https://anonhg.NetBSD.org/src/rev/a3d040bf7a3a
branches:  trunk
changeset: 784825:a3d040bf7a3a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 10 20:25:56 2013 +0000

description:
avoid dup kernel

diffstat:

 etc/etc.evbarm/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 23395b99bbfc -r a3d040bf7a3a etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Sun Feb 10 20:13:53 2013 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Sun Feb 10 20:25:56 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.40 2013/02/10 16:40:21 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.41 2013/02/10 20:25:56 christos Exp $
 #
 #      etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -36,7 +36,7 @@
     || ${MACHINE_ARCH} == "earmhf"
 # Little endian platforms with VFP
 EVBARM_BOARDS+=                BCM5301X BEAGLEBOARD BEAGLEBOARDXM BEAGLEBONE TISDP2420
-smp_beagleboard: ${IMAGE.kern}/kernel/netbsd-BEAGLEBOARD.ub.gz __mkimage
+smp_beagleboard: ${IMAGE.kern}/netbsd-BEAGLEBOARD.ub.gz __mkimage
 SNAP_MD_POST_DEPS+=    smp_beagleboard
 .endif
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm"



Home | Main Index | Thread Index | Old Index