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 Also generate flat binary kernels for t...



details:   https://anonhg.NetBSD.org/src/rev/7259bd3b05b6
branches:  trunk
changeset: 522588:7259bd3b05b6
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Feb 22 05:07:46 2002 +0000

description:
Also generate flat binary kernels for the IQ80310.

diffstat:

 sys/arch/evbarm/conf/Makefile.evbarm.inc |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 104b3596d464 -r 7259bd3b05b6 sys/arch/evbarm/conf/Makefile.evbarm.inc
--- a/sys/arch/evbarm/conf/Makefile.evbarm.inc  Fri Feb 22 05:04:43 2002 +0000
+++ b/sys/arch/evbarm/conf/Makefile.evbarm.inc  Fri Feb 22 05:07:46 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.evbarm.inc,v 1.7 2002/01/30 03:59:40 thorpej Exp $
+#      $NetBSD: Makefile.evbarm.inc,v 1.8 2002/02/22 05:07:46 thorpej Exp $
 
 .if (${BOARDTYPE} == "integrator")
 GENASSYM_EXTRAS+=      ${THISARM}/ifpga/genassym.cf
@@ -13,6 +13,9 @@
 .if (${BOARDTYPE} == "iq80310")
 SYSTEM_LD_TAIL_EXTRA+=; \
        echo ${OBJCOPY} -S -O srec $@ $@.srec; \
-       ${OBJCOPY} -S -O srec $@ $@.srec
+       ${OBJCOPY} -S -O srec $@ $@.srec; \
+       echo ${OBJCOPY} -S -O binary $@ $@.bin; \
+       ${OBJCOPY} -S -O binary $@ $@.bin
 EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.srec@}
+EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@}
 .endif



Home | Main Index | Thread Index | Old Index