Home | History | Annotate | Line # | Download | only in conf
Makefile.mipsco.inc revision 1.2.8.1
      1  1.2.8.1  nathanw #	$NetBSD: Makefile.mipsco.inc,v 1.2.8.1 2002/01/08 00:26:28 nathanw Exp $
      2      1.1     matt 
      3      1.2      wdk # build ECOFF image that can be booted directly from firmware
      4      1.2      wdk LD_ECOFF=	${LD} -N -Ttext ${TEXTADDR} -e start ${GP} \
      5      1.2      wdk 		-T ${THISMIPS}/conf/kern.ldscript -x -oformat ecoff-bigmips
      6      1.2      wdk 
      7  1.2.8.1  nathanw # note that this ecoff image does not get stripped in the case of DEBUG=-g
      8  1.2.8.1  nathanw SYSTEM_LD_TAIL_EXTRA=; \
      9  1.2.8.1  nathanw 		echo ${LD_ECOFF} -o $@.ecoff '$${SYSTEM_OBJ}' vers.o ; \
     10  1.2.8.1  nathanw 		${LD_ECOFF} -o $@.ecoff ${SYSTEM_OBJ} vers.o ${SWAP_OBJ$@} ; \
     11  1.2.8.1  nathanw 		${SIZE} $@.ecoff; chmod 755 $@.ecoff
     12      1.2      wdk 
     13  1.2.8.1  nathanw EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.ecoff@}
     14