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.
26 lines
648 B
Plaintext
26 lines
648 B
Plaintext
# $NetBSD: std.iq80310,v 1.20 2008/01/27 12:37:11 chris Exp $
|
|
#
|
|
# standard NetBSD/evbarm for IQ80310 options
|
|
|
|
machine evbarm arm
|
|
include "conf/std" # MI standard options
|
|
include "arch/arm/conf/std.arm" # arch standard options
|
|
|
|
# Pull in IQ80310 config definitions.
|
|
include "arch/evbarm/conf/files.iq80310"
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
makeoptions BOARDTYPE="iq80310"
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80310"
|
|
|
|
options ARM_INTR_IMPL="<arch/evbarm/iq80310/iq80310_intr.h>"
|
|
|
|
# We need to configure the PCI bus.
|
|
options PCI_NETBSD_CONFIGURE
|