blob: dd57292b25b9977c206e392ef8c3708ebe597397 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: std.malta,v 1.10 2021/04/29 08:47:26 simonb 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 DEFTEXTADDR="0x80100000"
makeoptions BOARDTYPE="malta"
makeoptions NEED_SREC=yes
include "arch/evbmips/conf/files.malta"
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"
|