2a08ea69a3
Move the PS3 system bus routines from drivers/ps3 to arch/powerpc/platforms/ps3. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
7 lines
181 B
Makefile
7 lines
181 B
Makefile
obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o
|
|
obj-y += interrupt.o exports.o os-area.o
|
|
obj-y += system-bus.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_SPU_BASE) += spu.o
|