Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf If BOARDTYPE == iq80310, make an S-reco...
details: https://anonhg.NetBSD.org/src/rev/81fc763f5577
branches: trunk
changeset: 517091:81fc763f5577
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Nov 06 19:53:22 2001 +0000
description:
If BOARDTYPE == iq80310, make an S-records version of the kernel
as well.
diffstat:
sys/arch/evbarm/conf/Makefile.evbarm.inc | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r dbcb10633cf2 -r 81fc763f5577 sys/arch/evbarm/conf/Makefile.evbarm.inc
--- a/sys/arch/evbarm/conf/Makefile.evbarm.inc Tue Nov 06 19:52:21 2001 +0000
+++ b/sys/arch/evbarm/conf/Makefile.evbarm.inc Tue Nov 06 19:53:22 2001 +0000
@@ -1,6 +1,12 @@
-# $NetBSD: Makefile.evbarm.inc,v 1.1 2001/10/27 16:14:04 rearnsha Exp $
+# $NetBSD: Makefile.evbarm.inc,v 1.2 2001/11/06 19:53:22 thorpej Exp $
.if (${BOARDTYPE} == "integrator")
SYSTEM_FIRST_OBJ= intmmu.o
SYSTEM_FIRST_SFILE= ${THISARM}/integrator/intmmu.S
.endif
+
+.if (${BOARDTYPE} == "iq80310")
+SYSTEM_LD_TAIL_EXTRA= \
+ echo ${OBJCOPY} -S -O srec $@ $@.srec; \
+ ${OBJCOPY} -S -O srec $@ $@.srec
+.endif
Home |
Main Index |
Thread Index |
Old Index