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/bootimx23 Add a ${MKTARGET_LINK}
details: https://anonhg.NetBSD.org/src/rev/878338fc32c6
branches: trunk
changeset: 784662:878338fc32c6
user: matt <matt%NetBSD.org@localhost>
date: Tue Feb 05 07:28:48 2013 +0000
description:
Add a ${MKTARGET_LINK}
diffstat:
sys/arch/evbarm/stand/bootimx23/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 59c16042a0c6 -r 878338fc32c6 sys/arch/evbarm/stand/bootimx23/Makefile
--- a/sys/arch/evbarm/stand/bootimx23/Makefile Tue Feb 05 07:27:02 2013 +0000
+++ b/sys/arch/evbarm/stand/bootimx23/Makefile Tue Feb 05 07:28:48 2013 +0000
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2013/02/05 03:17:51 matt Exp $
+# $Id: Makefile,v 1.3 2013/02/05 07:28:48 matt Exp $
S= ${.CURDIR}/../../../../
PROG= bootimx23
@@ -39,6 +39,7 @@
LIBSA= ${SALIB}
${PROG}: ${OBJS} ${LIBSA} ${LIBKERN}
+ ${MKTARGET_LINK}
${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET} \
${OBJS} ${LIBSA} ${LIBKERN}
Home |
Main Index |
Thread Index |
Old Index