std.sun3x revision 1.12
1# $NetBSD: std.sun3x,v 1.12 2006/10/01 03:53:27 tsutsui Exp $
2
3# Standard information for Sun3X machines.
4machine	sun3 m68k sun68k
5include		"conf/std"	# MI standard options
6
7# Machine type to be supported by this kernel.  Note:
8# The SUN3 and SUN3X options are mutually exclusive!
9# (Your kernel will only run on one or the other.)
10makeoptions	MACHTYPE=sun3x
11options 	_SUN3X_
12options 	M68030
13makeoptions	CMACHFLAGS="-m68030"
14
15# The root node (required)
16mainbus0 at root
17
18# Standard defines
19options 	EXEC_ELF32, EXEC_SCRIPT
20