5448df2eed
The first board to be included here is the port to the 405GP-based Walnut evaluation board, which up until now lived in arch/walnut. arch/walnut will go away soon, once all the remaining walnut-isms in the tree have been dealt with.
19 lines
478 B
PHP
19 lines
478 B
PHP
# $NetBSD: Makefile.walnut.inc,v 1.1 2002/12/09 12:15:52 scw Exp $
|
|
|
|
MKIMG?= ${THISPPC}/compile/walnut-mkimg.sh
|
|
CFLAGS+=-mcpu=403
|
|
AFLAGS+=-mcpu=403
|
|
TEXTADDR?= 25000
|
|
|
|
SYSTEM_FIRST_OBJ= walnut_start.o
|
|
SYSTEM_FIRST_SFILE= ${THISPPC}/walnut/walnut_start.S
|
|
|
|
.ifdef DBSYM
|
|
SYSTEM_LD_TAIL_EXTRA+=; echo ${DBSYM} $@; ${DBSYM} $@
|
|
.endif
|
|
|
|
SYSTEM_LD_TAIL_EXTRA+=; \
|
|
echo ${MKIMG} netbsd netbsd.img ; \
|
|
OBJDUMP=${OBJDUMP}; OBJCOPY=${OBJCOPY}; export OBJDUMP OBJCOPY; \
|
|
${MKIMG} $@ $@.img
|