xref: /netbsd-src/sys/arch/ofppc/conf/std.ofppc (revision f89f6560d453f5e37386cc7938c072d2f528b9fa)
1#	$NetBSD: std.ofppc,v 1.15 2012/06/02 21:47:46 mrg Exp $
2#
3# standard, required NetBSD/ofppc 'options'
4
5machine		ofppc powerpc
6include		"conf/std"	# MI standard options
7
8options 	PPC_OEA
9options 	PPC_OEA64_BRIDGE
10makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
11
12options 	EXEC_ELF32	# exec ELF binaries
13options 	EXEC_SCRIPT	# exec #! scripts
14
15options 	INTSTK=0x2000
16
17options 	PCI_NETBSD_CONFIGURE
18
19# Atheros HAL options
20include "external/isc/atheros_hal/conf/std.ath_hal"
21