1 1.6.2.3 jdolecek # $NetBSD: Makefile.evbarm.inc,v 1.6.2.3 2002/02/11 20:07:41 jdolecek Exp $ 2 1.6.2.2 thorpej 3 1.6.2.2 thorpej .if (${BOARDTYPE} == "integrator") 4 1.6.2.2 thorpej GENASSYM_EXTRAS+= ${THISARM}/ifpga/genassym.cf 5 1.6.2.2 thorpej SYSTEM_FIRST_OBJ= intmmu.o 6 1.6.2.2 thorpej SYSTEM_FIRST_SFILE= ${THISARM}/integrator/intmmu.S 7 1.6.2.2 thorpej .endif 8 1.6.2.2 thorpej 9 1.6.2.2 thorpej SYSTEM_LD_TAIL_EXTRA=; \ 10 1.6.2.2 thorpej echo "${DBSYM} $@ || true"; \ 11 1.6.2.2 thorpej ${DBSYM} $@ || true 12 1.6.2.2 thorpej 13 1.6.2.2 thorpej .if (${BOARDTYPE} == "iq80310") 14 1.6.2.2 thorpej SYSTEM_LD_TAIL_EXTRA+=; \ 15 1.6.2.2 thorpej echo ${OBJCOPY} -S -O srec $@ $@.srec; \ 16 1.6.2.2 thorpej ${OBJCOPY} -S -O srec $@ $@.srec 17 1.6.2.2 thorpej EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.srec@} 18 1.6.2.2 thorpej .endif 19