Home | History | Annotate | Line # | Download | only in conf
Makefile.evbarm.inc revision 1.8
      1  1.8   thorpej #	$NetBSD: Makefile.evbarm.inc,v 1.8 2002/02/22 05:07:46 thorpej Exp $
      2  1.1  rearnsha 
      3  1.1  rearnsha .if (${BOARDTYPE} == "integrator")
      4  1.5   thorpej GENASSYM_EXTRAS+=	${THISARM}/ifpga/genassym.cf
      5  1.1  rearnsha SYSTEM_FIRST_OBJ=	intmmu.o
      6  1.4     lukem SYSTEM_FIRST_SFILE=	${THISARM}/integrator/intmmu.S
      7  1.2   thorpej .endif
      8  1.2   thorpej 
      9  1.6    atatat SYSTEM_LD_TAIL_EXTRA=; \
     10  1.3   thorpej 	echo "${DBSYM} $@ || true"; \
     11  1.3   thorpej 	${DBSYM} $@ || true
     12  1.3   thorpej 
     13  1.2   thorpej .if (${BOARDTYPE} == "iq80310")
     14  1.3   thorpej SYSTEM_LD_TAIL_EXTRA+=; \
     15  1.2   thorpej 	echo ${OBJCOPY} -S -O srec $@ $@.srec; \
     16  1.8   thorpej 	${OBJCOPY} -S -O srec $@ $@.srec; \
     17  1.8   thorpej 	echo ${OBJCOPY} -S -O binary $@ $@.bin; \
     18  1.8   thorpej 	${OBJCOPY} -S -O binary $@ $@.bin
     19  1.6    atatat EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.srec@}
     20  1.8   thorpej EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@}
     21  1.1  rearnsha .endif
     22