mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 23:56:52 -04:00
24 lines
668 B
Plaintext
24 lines
668 B
Plaintext
# $NetBSD: std.ev64260,v 1.8 2010/04/28 13:51:56 kiyohara Exp $
|
|
#
|
|
# standard, required NetBSD/evbppc 'options'
|
|
|
|
machine evbppc powerpc
|
|
include "conf/std" # MI standard options
|
|
|
|
options PPC_OEA # Discovery uses Motorola PPC60x CPUs
|
|
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
|
|
|
|
# Executable support:
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
makeoptions TEXTADDR=0x3000
|
|
makeoptions NEED_SREC=yes
|
|
makeoptions BOARDTYPE="ev64260"
|
|
options INTSTK=16384
|
|
|
|
options PPC_INTR_IMPL="<powerpc/marvell/marvell_intr.h>"
|
|
options PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>"
|
|
|
|
include "arch/evbppc/conf/files.ev64260"
|