d52a314491
options EXEC_ELF32, EXEC_SCRIPTS, and CPU_IN_CKSUM for md cpu_in_cksum.c - make all m68k ports include common arch/m68k/conf/std.m68k from MD std.${MACHINE}
17 lines
494 B
Plaintext
17 lines
494 B
Plaintext
# $NetBSD: std.sun3,v 1.34 2010/09/19 02:09:29 tsutsui Exp $
|
|
|
|
# Standard information for Sun3 machines.
|
|
machine sun3 m68k sun68k
|
|
include "conf/std" # MI standard options
|
|
include "arch/m68k/conf/std.m68k" # m68k standard options
|
|
|
|
# Machine type to be supported by this kernel. Note:
|
|
# The SUN3 and SUN3X options are mutually exclusive!
|
|
# (Your kernel will only run on one or the other.)
|
|
makeoptions MACHTYPE=sun3
|
|
options _SUN3_
|
|
options M68020
|
|
|
|
# The root node (required)
|
|
mainbus0 at root
|