NetBSD/sys/arch/evbmips/conf/std.atheros

19 lines
465 B
Plaintext

# $NetBSD: std.atheros,v 1.4 2008/12/11 05:42:18 alc 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 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"