1 # $NetBSD: Makefile.netwinder.inc,v 1.12 2023/12/18 23:05:25 uwe Exp $ 2 3 CPPFLAGS+= -D${MACHINE} 4 5 SYSTEM_FIRST_OBJ= nwmmu.o 6 SYSTEM_FIRST_SFILE= ${THISARM}/${MACHINE}/nwmmu.S 7 ENTRYPOINT= nwstart 8 9 # don't let Makefile.kern.inc override placement of the text segment 10 # specified in the ld script 11 KERNLDSCRIPT= ${THISARM}/conf/kern.ldscript 12 LINKTEXT= # suppress -Ttext 13