diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-26 16:36:55 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-26 16:36:55 +1000 |
commit | 25635c71e44111a6bd48f342e144e2fc02d0a314 (patch) | |
tree | 794b0428a72fefa53a0d9d709247a60a5b4527da /arch/ppc/Makefile | |
parent | d9953105ce000abcfa988d0c160b2662186f5879 (diff) | |
download | linux-25635c71e44111a6bd48f342e144e2fc02d0a314.tar.gz linux-25635c71e44111a6bd48f342e144e2fc02d0a314.tar.bz2 linux-25635c71e44111a6bd48f342e144e2fc02d0a314.zip |
ppc: Use the indirect_pci.c from arch/powerpc/sysdev
This defines a CONFIG_INDIRECT_PCI symbol to control whether it
gets used or not, and fixes the Kconfig to select that symbol for
platforms that need it.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/Makefile')
-rw-r--r-- | arch/ppc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile index aedc9ae13b2a..121d2347b89f 100644 --- a/arch/ppc/Makefile +++ b/arch/ppc/Makefile @@ -61,7 +61,8 @@ head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o core-y += arch/ppc/kernel/ arch/powerpc/kernel/ \ arch/ppc/platforms/ \ - arch/ppc/mm/ arch/ppc/lib/ arch/ppc/syslib/ + arch/ppc/mm/ arch/ppc/lib/ \ + arch/ppc/syslib/ arch/powerpc/sysdev/ core-$(CONFIG_4xx) += arch/ppc/platforms/4xx/ core-$(CONFIG_83xx) += arch/ppc/platforms/83xx/ core-$(CONFIG_85xx) += arch/ppc/platforms/85xx/ |