Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/stand/boot2440 Add ${_MKTARGET_LINK}



details:   https://anonhg.NetBSD.org/src/rev/58215f611bbd
branches:  trunk
changeset: 780334:58215f611bbd
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jul 20 14:53:27 2012 +0000

description:
Add ${_MKTARGET_LINK}

diffstat:

 sys/arch/evbarm/stand/boot2440/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 35e3d8b5522d -r 58215f611bbd sys/arch/evbarm/stand/boot2440/Makefile
--- a/sys/arch/evbarm/stand/boot2440/Makefile   Fri Jul 20 14:25:38 2012 +0000
+++ b/sys/arch/evbarm/stand/boot2440/Makefile   Fri Jul 20 14:53:27 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2012/02/22 12:12:21 nisimura Exp $
+#      $NetBSD: Makefile,v 1.4 2012/07/20 14:53:27 matt Exp $
 
 S=             ${.CURDIR}/../../../..
 
@@ -59,6 +59,7 @@
            ${${MKREPRO} == "yes" :?:-D} ${.CURDIR}/version "evbarm"
 
 ${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
+       ${_MKTARGET_LINK}
        ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET}.elf \
            ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
        ${OBJCOPY} -S -O binary ${.TARGET}.elf ${.TARGET}



Home | Main Index | Thread Index | Old Index