1 1.3.2.2 thorpej # $NetBSD: Makefile.evbarm.inc,v 1.3.2.2 2001/11/12 21:16:49 thorpej Exp $ 2 1.3.2.2 thorpej 3 1.3.2.2 thorpej .if (${BOARDTYPE} == "integrator") 4 1.3.2.2 thorpej SYSTEM_FIRST_OBJ= intmmu.o 5 1.3.2.2 thorpej SYSTEM_FIRST_SFILE= ${THISARM}/integrator/intmmu.S 6 1.3.2.2 thorpej .endif 7 1.3.2.2 thorpej 8 1.3.2.2 thorpej SYSTEM_LD_TAIL_EXTRA= \ 9 1.3.2.2 thorpej echo "${DBSYM} $@ || true"; \ 10 1.3.2.2 thorpej ${DBSYM} $@ || true 11 1.3.2.2 thorpej 12 1.3.2.2 thorpej .if (${BOARDTYPE} == "iq80310") 13 1.3.2.2 thorpej SYSTEM_LD_TAIL_EXTRA+=; \ 14 1.3.2.2 thorpej echo ${OBJCOPY} -S -O srec $@ $@.srec; \ 15 1.3.2.2 thorpej ${OBJCOPY} -S -O srec $@ $@.srec 16 1.3.2.2 thorpej .endif 17