adc0cdfea7
std.malta.eb or std.malta.el config include file in the kernel config file. From the sbmips and evbsh3 ports.
17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
# $NetBSD: std.malta.common,v 1.1 2002/03/23 14:51:29 simonb Exp $
|
|
|
|
machine evbmips mips
|
|
|
|
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"
|
|
|
|
include "arch/evbmips/conf/files.malta"
|