Home | History | Annotate | Line # | Download | only in conf
Makefile.evbarm.inc revision 1.3.4.2
      1  1.3.4.2  nathanw #	$NetBSD: Makefile.evbarm.inc,v 1.3.4.2 2002/01/08 00:24:11 nathanw Exp $
      2  1.3.4.2  nathanw 
      3  1.3.4.2  nathanw .if (${BOARDTYPE} == "integrator")
      4  1.3.4.2  nathanw GENASSYM_EXTRAS+=	${THISARM}/ifpga/genassym.cf
      5  1.3.4.2  nathanw SYSTEM_FIRST_OBJ=	intmmu.o
      6  1.3.4.2  nathanw SYSTEM_FIRST_SFILE=	${THISARM}/integrator/intmmu.S
      7  1.3.4.2  nathanw .endif
      8  1.3.4.2  nathanw 
      9  1.3.4.2  nathanw SYSTEM_LD_TAIL_EXTRA=; \
     10  1.3.4.2  nathanw 	echo "${DBSYM} $@ || true"; \
     11  1.3.4.2  nathanw 	${DBSYM} $@ || true
     12  1.3.4.2  nathanw 
     13  1.3.4.2  nathanw .if (${BOARDTYPE} == "iq80310")
     14  1.3.4.2  nathanw GENASSYM_EXTRAS+=	${THISARM}/iq80310/genassym.cf
     15  1.3.4.2  nathanw SYSTEM_LD_TAIL_EXTRA+=; \
     16  1.3.4.2  nathanw 	echo ${OBJCOPY} -S -O srec $@ $@.srec; \
     17  1.3.4.2  nathanw 	${OBJCOPY} -S -O srec $@ $@.srec
     18  1.3.4.2  nathanw EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.srec@}
     19  1.3.4.2  nathanw .endif
     20