[PATCH] powerpc: move arch/ppc64/kernel/bpa* to arch/powerpc/platforms/cell
This patch simply moves files over to arch/powerpc without making any changes to them. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
edf03c1ee8
commit
811d4176f4
|
@ -1 +1,2 @@
|
|||
obj-y += interrupt.o iommu.o setup.o spider-pic.o
|
||||
obj-$(CONFIG_SMP) += smp.o
|
||||
|
|
|
@ -31,9 +31,6 @@ endif
|
|||
|
||||
obj-$(CONFIG_PPC_PSERIES) += rtasd.o udbg_16550.o
|
||||
|
||||
obj-$(CONFIG_PPC_CELL) += bpa_setup.o bpa_iommu.o \
|
||||
bpa_iic.o spider-pic.o
|
||||
|
||||
obj-$(CONFIG_KEXEC) += machine_kexec.o
|
||||
obj-$(CONFIG_EEH) += eeh.o
|
||||
obj-$(CONFIG_PROC_FS) += proc_ppc64.o
|
||||
|
|
Loading…
Reference in New Issue