Home | History | Annotate | Line # | Download | only in conf
Makefile.evbarm.inc revision 1.2
      1  1.2   thorpej #	$NetBSD: Makefile.evbarm.inc,v 1.2 2001/11/06 19:53:22 thorpej Exp $
      2  1.1  rearnsha 
      3  1.1  rearnsha .if (${BOARDTYPE} == "integrator")
      4  1.1  rearnsha SYSTEM_FIRST_OBJ=	intmmu.o
      5  1.1  rearnsha SYSTEM_FIRST_SFILE=	${THISARM}/integrator/intmmu.S
      6  1.2   thorpej .endif
      7  1.2   thorpej 
      8  1.2   thorpej .if (${BOARDTYPE} == "iq80310")
      9  1.2   thorpej SYSTEM_LD_TAIL_EXTRA= \
     10  1.2   thorpej 	echo ${OBJCOPY} -S -O srec $@ $@.srec; \
     11  1.2   thorpej 	${OBJCOPY} -S -O srec $@ $@.srec
     12  1.1  rearnsha .endif
     13