mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
20 lines
501 B
Plaintext
20 lines
501 B
Plaintext
# $NetBSD: std.atheros,v 1.5 2011/07/07 05:06:44 matt Exp $
|
|
|
|
machine evbmips mips
|
|
include "conf/std" # MI standard options
|
|
|
|
options MIPS3_ENABLE_CLOCK_INTR
|
|
|
|
options EXEC_ELF32 # exec ELF32 binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
makeoptions CPUFLAGS+="-mips32"
|
|
makeoptions DEFTEXTADDR="0x80020000"
|
|
makeoptions BOARDTYPE="atheros"
|
|
|
|
include "arch/evbmips/conf/files.atheros"
|
|
include "arch/mips/conf/files.atheros"
|
|
|
|
# Atheros HAL options
|
|
include "external/isc/atheros_hal/conf/std.ath_hal"
|