diff options
author | Andy Fleming <afleming@freescale.com> | 2006-02-10 17:01:06 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-02-21 23:48:59 -0600 |
commit | 8080d5497146d5d27d9e8e78229d1adc7fe280cf (patch) | |
tree | 8ce379ab20f59951507b328fe86beddd5855ce80 /arch/powerpc/platforms/85xx/Makefile | |
parent | 774fee58c465ea1c7e9775e347ec307bcf2deeb3 (diff) | |
download | lwn-8080d5497146d5d27d9e8e78229d1adc7fe280cf.tar.gz lwn-8080d5497146d5d27d9e8e78229d1adc7fe280cf.zip |
powerpc: Add PCI support for 8540 ADS to powerpc tree
Add PCI support for setting PCI from flat device tree on 85xx specifically for
MPC8540 ADS.
Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/85xx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile index 70e1190809f8..ffc4139cb214 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile @@ -1,4 +1,5 @@ # # Makefile for the PowerPC 85xx linux kernel. # -obj-$(CONFIG_PPC_85xx) += misc.o mpc85xx_ads.o +obj-$(CONFIG_PPC_85xx) += misc.o pci.o +obj-$(CONFIG_MPC8540_ADS) += mpc85xx_ads.o |