1# $NetBSD: std.meraki,v 1.2 2008/12/11 05:42:18 alc Exp $
2
3machine evbmips mips
4include		"conf/std"	# MI standard options
5
6options MIPS3_ENABLE_CLOCK_INTR
7
8options	EXEC_ELF32	# exec ELF32 binaries
9options	EXEC_SCRIPT	# exec #! scripts
10
11makeoptions	CPUFLAGS+="-mips32"
12makeoptions	DEFTEXTADDR="0x80041000"
13makeoptions	BOARDTYPE="atheros"
14
15include 	"arch/evbmips/conf/files.atheros"
16include 	"arch/mips/conf/files.atheros"
17
18# Atheros HAL options
19include "external/isc/atheros_hal/conf/std.ath_hal"
20