xref: /netbsd-src/sys/arch/evbmips/conf/std.atheros (revision 274254cdae52594c1aa480a736aef78313d15c9c)
1# $NetBSD: std.atheros,v 1.4 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	DEFTEXTADDR="0x80020000"
12makeoptions	BOARDTYPE="atheros"
13
14include 	"arch/evbmips/conf/files.atheros"
15include 	"arch/mips/conf/files.atheros"
16
17# Atheros HAL options
18include "external/isc/atheros_hal/conf/std.ath_hal"
19