std.alchemy revision 1.1
11.1Sgdamore# $NetBSD: std.alchemy,v 1.1 2006/02/08 09:04:01 gdamore Exp $
21.1Sgdamore
31.1Sgdamoremachine evbmips mips
41.1Sgdamoreinclude		"conf/std"	# MI standard options
51.1Sgdamore
61.1Sgdamoreoptions MIPS3_ENABLE_CLOCK_INTR
71.1Sgdamore
81.1Sgdamoreoptions	EXEC_ELF32	# exec ELF32 binaries
91.1Sgdamoreoptions	EXEC_SCRIPT	# exec #! scripts
101.1Sgdamore
111.1Sgdamoremakeoptions	DEFTEXTADDR="0x800a0000"
121.1Sgdamoremakeoptions	BOARDTYPE="alchemy"
131.1Sgdamore
141.1Sgdamoreinclude 	"arch/evbmips/conf/files.alchemy"
151.1Sgdamoreinclude 	"arch/mips/conf/files.alchemy"
16