Makefile.dreamcast.inc revision 1.4
1#	$NetBSD: Makefile.dreamcast.inc,v 1.4 2001/02/14 18:06:50 msaitoh Exp $
2
3MACHINE=dreamcast
4MACHINE_ARCH=sh3el
5
6TEXTADDR=8c010000
7.if ${OBJECT_FMT} == "ELF"
8LINKFLAGS=	-N -Ttext ${TEXTADDR} -e start
9.endif
10