std.malta revision 1.7
1# $NetBSD: std.malta,v 1.7 2009/12/14 00:46:01 matt Exp $
2
3machine evbmips mips
4include		"conf/std"	# MI standard options
5
6options MIPS3_ENABLE_CLOCK_INTR
7
8# Platform support
9options	MIPS_MALTA
10
11options	EXEC_ELF32	# exec ELF32 binaries
12options	EXEC_SCRIPT	# exec #! scripts
13
14makeoptions	CFLAGS+="-mips64"
15makeoptions	DEFTEXTADDR="0x80100000"
16makeoptions	BOARDTYPE="malta"
17
18include "arch/evbmips/conf/files.malta"
19
20# Atheros HAL options
21include "external/isc/atheros_hal/conf/std.ath_hal"
22