No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / evbppc / conf / std.pmppc
blobeec50712d463c898a88b1b979f13a45dabf2d22d
1 #       $NetBSD: std.pmppc,v 1.2 2007/10/17 19:54:16 garbled Exp $
3 # standard, required NetBSD/pmppc 'options'
5 machine         evbppc powerpc
6 include         "conf/std"      # MI standard options
8 options         PPC_OEA         # Artesyn PMPPC uses Motorola PPC750 CPUs
9 makeoptions     PPCDIR="oea"    # Tell Makefile.powerpc what dir to use
11 # Executable support:
12 options         EXEC_ELF32      # exec ELF binaries
13 options         EXEC_SCRIPT     # exec #! scripts
14 options         EVBPPC_HAS_MBR
16 options         INTSTK=0x2000
18 makeoptions     TEXTADDR=0x40000
19 makeoptions     BOARDTYPE="pmppc"
20 makeoptions     NEED_BINARY=1
22 options         PPC_INTR_IMPL="<machine/pmppc_intr.h>"
23 options         PPC_PCI_MACHDEP_IMPL="<machine/pmppc_pci_machdep.h>"
25 include         "arch/evbppc/conf/files.pmppc"