diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2006-11-18 01:12:14 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 04:39:37 -0500 |
commit | 4687522c0dba89f1f71aeb8cf08acc4e1ee87fda (patch) | |
tree | b6ba09e7eb6dd69d84e5040cfd090b702aed1609 /arch/powerpc/sysdev | |
parent | 9a06c3b176976919e223844f8ed9f1acae20b433 (diff) |
[POWERPC] Don't compile arch/powerpc mpc52xx_pic driver for ARCH=ppc
arch/powerpc/sysdev/mpc52xx_pic.c breaks the ppc build
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/sysdev')
-rw-r--r-- | arch/powerpc/sysdev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile index 8ba11ab5e614..bae874626fc3 100644 --- a/arch/powerpc/sysdev/Makefile +++ b/arch/powerpc/sysdev/Makefile | |||
@@ -11,11 +11,11 @@ obj-$(CONFIG_MMIO_NVRAM) += mmio_nvram.o | |||
11 | obj-$(CONFIG_FSL_SOC) += fsl_soc.o | 11 | obj-$(CONFIG_FSL_SOC) += fsl_soc.o |
12 | obj-$(CONFIG_TSI108_BRIDGE) += tsi108_pci.o tsi108_dev.o | 12 | obj-$(CONFIG_TSI108_BRIDGE) += tsi108_pci.o tsi108_dev.o |
13 | obj-$(CONFIG_QUICC_ENGINE) += qe_lib/ | 13 | obj-$(CONFIG_QUICC_ENGINE) += qe_lib/ |
14 | obj-$(CONFIG_PPC_MPC52xx) += mpc52xx_pic.o | ||
15 | 14 | ||
16 | ifeq ($(CONFIG_PPC_MERGE),y) | 15 | ifeq ($(CONFIG_PPC_MERGE),y) |
17 | obj-$(CONFIG_PPC_I8259) += i8259.o | 16 | obj-$(CONFIG_PPC_I8259) += i8259.o |
18 | obj-$(CONFIG_PPC_83xx) += ipic.o | 17 | obj-$(CONFIG_PPC_83xx) += ipic.o |
18 | obj-$(CONFIG_PPC_MPC52xx) += mpc52xx_pic.o | ||
19 | endif | 19 | endif |
20 | 20 | ||
21 | # Temporary hack until we have migrated to asm-powerpc | 21 | # Temporary hack until we have migrated to asm-powerpc |