blob: 2a3d9f36360fb99ecbb47973e0aca49cd5113749 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: std.malta,v 1.8 2011/02/20 07:48:34 matt Exp $
machine evbmips mips
include "conf/std" # MI standard options
options MIPS3_ENABLE_CLOCK_INTR
# Platform support
options MIPS_MALTA
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
makeoptions CFLAGS+="-mips64"
makeoptions AFLAGS+="-mips64"
makeoptions DEFTEXTADDR="0x80100000"
makeoptions BOARDTYPE="malta"
include "arch/evbmips/conf/files.malta"
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"
|