|
@@ -1,7 +1,7 @@
|
|
obj-$(CONFIG_PPC_CELL_COMMON) += cbe_regs.o interrupt.o pervasive.o
|
|
obj-$(CONFIG_PPC_CELL_COMMON) += cbe_regs.o interrupt.o pervasive.o
|
|
|
|
|
|
obj-$(CONFIG_PPC_CELL_NATIVE) += iommu.o setup.o spider-pic.o \
|
|
obj-$(CONFIG_PPC_CELL_NATIVE) += iommu.o setup.o spider-pic.o \
|
|
- pmu.o io-workarounds.o spider-pci.o
|
|
|
|
|
|
+ pmu.o spider-pci.o
|
|
obj-$(CONFIG_CBE_RAS) += ras.o
|
|
obj-$(CONFIG_CBE_RAS) += ras.o
|
|
|
|
|
|
obj-$(CONFIG_CBE_THERM) += cbe_thermal.o
|
|
obj-$(CONFIG_CBE_THERM) += cbe_thermal.o
|
|
@@ -39,9 +39,9 @@ obj-y += celleb_setup.o \
|
|
celleb_pci.o celleb_scc_epci.o \
|
|
celleb_pci.o celleb_scc_epci.o \
|
|
celleb_scc_pciex.o \
|
|
celleb_scc_pciex.o \
|
|
celleb_scc_uhc.o \
|
|
celleb_scc_uhc.o \
|
|
- io-workarounds.o spider-pci.o \
|
|
|
|
- beat.o beat_htab.o beat_hvCall.o \
|
|
|
|
- beat_interrupt.o beat_iommu.o
|
|
|
|
|
|
+ spider-pci.o beat.o beat_htab.o \
|
|
|
|
+ beat_hvCall.o beat_interrupt.o \
|
|
|
|
+ beat_iommu.o
|
|
|
|
|
|
obj-$(CONFIG_SMP) += beat_smp.o
|
|
obj-$(CONFIG_SMP) += beat_smp.o
|
|
obj-$(CONFIG_PPC_UDBG_BEAT) += beat_udbg.o
|
|
obj-$(CONFIG_PPC_UDBG_BEAT) += beat_udbg.o
|