xref: /netbsd-src/sys/arch/evbmips/conf/std.atheros (revision 81d18a2f7393d5ba4551d5f8f8430ed3da991204)
1# $NetBSD: std.atheros,v 1.5 2011/07/07 05:06:44 matt 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="0x80020000"
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