16 lines
394 B
Plaintext
16 lines
394 B
Plaintext
# $NetBSD: std.atheros,v 1.3 2006/09/26 06:37:32 gdamore 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"
|