Include arch/powerpc/ibm4xx/intr.c only if a particular board actually
uses the generic 4xx interrupt implementation. There are some 4xx boards with entirely different interrupt controllers.
This commit is contained in:
parent
c16a38a4d1
commit
1ba37196a9
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.explora,v 1.1 2003/03/11 10:57:55 hannken Exp $
|
||||
# $NetBSD: files.explora,v 1.2 2003/11/19 14:27:24 scw Exp $
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}
|
||||
|
||||
|
@ -17,6 +17,7 @@ include "dev/rasops/files.rasops"
|
|||
file arch/evbppc/explora/autoconf.c
|
||||
file arch/evbppc/explora/consinit.c
|
||||
file arch/evbppc/explora/machdep.c
|
||||
file arch/powerpc/ibm4xx/intr.c
|
||||
file dev/md_root.c memory_disk_hooks
|
||||
|
||||
# Explora local bus
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# $NetBSD: files.obs405,v 1.3 2003/10/06 18:20:54 shige Exp $
|
||||
# $NetBSD: files.obs405,v 1.4 2003/11/19 14:27:24 scw Exp $
|
||||
#
|
||||
# obs405-specific configuration info
|
||||
|
||||
file arch/powerpc/ibm4xx/ibm4xxgpx_autoconf.c
|
||||
file arch/powerpc/ibm4xx/ibm40x_machdep.c
|
||||
file arch/powerpc/ibm4xx/intr.c
|
||||
file arch/evbppc/obs405/consinit.c
|
||||
file arch/evbppc/obs405/machdep.c
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: files.walnut,v 1.4 2003/10/06 16:04:15 scw Exp $
|
||||
# $NetBSD: files.walnut,v 1.5 2003/11/19 14:27:24 scw Exp $
|
||||
#
|
||||
# walnut-specific configuration info
|
||||
|
||||
file arch/evbppc/walnut/autoconf.c
|
||||
file arch/evbppc/walnut/consinit.c
|
||||
file arch/evbppc/walnut/machdep.c
|
||||
file arch/powerpc/ibm4xx/intr.c
|
||||
|
||||
# Memory Disk for install kernel
|
||||
file dev/md_root.c memory_disk_hooks
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.powerpc,v 1.54 2003/09/25 18:42:18 matt Exp $
|
||||
# $NetBSD: files.powerpc,v 1.55 2003/11/19 14:27:24 scw Exp $
|
||||
|
||||
defflag opt_altivec.h ALTIVEC K_ALTIVEC
|
||||
defflag opt_openpic.h OPENPIC OPENPIC_SERIAL_MODE
|
||||
|
@ -39,7 +39,6 @@ file arch/powerpc/ibm4xx/trap.c ppc_ibm4xx
|
|||
file arch/powerpc/ibm4xx/clock.c ppc_ibm4xx
|
||||
file arch/powerpc/ibm4xx/copyinstr.c ppc_ibm4xx
|
||||
file arch/powerpc/ibm4xx/copyoutstr.c ppc_ibm4xx
|
||||
file arch/powerpc/ibm4xx/intr.c ppc_ibm4xx
|
||||
|
||||
# MPC (Motorola PowerPC) 6xx Family files (60x,74x,75x,74xx)
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue