c2e9de7319
that care define it themselves. Note that evbarm NO LONGER defines -D${MACHINE}.
13 lines
300 B
PHP
13 lines
300 B
PHP
# $NetBSD: Makefile.netwinder.inc,v 1.7 2003/01/03 02:34:49 thorpej Exp $
|
|
|
|
CPPFLAGS+= -D${MACHINE}
|
|
|
|
SYSTEM_LD_TAIL_EXTRA=; \
|
|
echo "${DBSYM} $@ || true"; \
|
|
${DBSYM} $@ || true
|
|
|
|
SYSTEM_FIRST_OBJ= nwmmu.o
|
|
SYSTEM_FIRST_SFILE= ${THISARM}/${MACHINE}/nwmmu.S
|
|
|
|
LINKFLAGS= -T ${THISARM}/conf/kern.ldscript
|