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