67bda63986
just options CPU_IN_CKSUM. Include std.arm in all arm platform std files. This should reenable the asm in_cksum code for all arm platforms. Also remove the now unused in_cksum_arm.S.
25 lines
646 B
Plaintext
25 lines
646 B
Plaintext
# $NetBSD: std.integrator,v 1.15 2008/01/27 12:37:11 chris Exp $
|
|
#
|
|
# standard NetBSD/integrator options
|
|
|
|
machine evbarm arm
|
|
include "conf/std" # MI standard options
|
|
include "arch/arm/conf/std.arm" # arch standard options
|
|
|
|
# Pull in Integrator config definitions.
|
|
include "arch/evbarm/conf/files.integrator"
|
|
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
options EXEC_ELF32
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
|
|
|
|
makeoptions BOARDTYPE="integrator"
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.integrator"
|
|
|
|
options ARM_INTR_IMPL="<arch/evbarm/ifpga/ifpga_intr.h>"
|