Home | History | Annotate | Line # | Download | only in conf
Makefile.netwinder.inc revision 1.5
      1  1.5  thorpej #	$NetBSD: Makefile.netwinder.inc,v 1.5 2002/04/03 02:06:33 thorpej Exp $
      2  1.5  thorpej 
      3  1.5  thorpej SYSTEM_LD_TAIL_EXTRA=; \
      4  1.5  thorpej 	echo "${DBSYM} $@ || true"; \
      5  1.5  thorpej 	${DBSYM} $@ || true
      6  1.4  thorpej 
      7  1.4  thorpej GENASSYM_EXTRAS+=	${ARM}/footbridge/genassym.cf
      8  1.1     matt 
      9  1.1     matt SYSTEM_FIRST_OBJ=	nwmmu.o
     10  1.3    lukem SYSTEM_FIRST_SFILE=	${THISARM}/${MACHINE}/nwmmu.S
     11  1.5  thorpej 
     12  1.5  thorpej LINKFLAGS=		-T ${THISARM}/conf/kern.ldscript
     13