This moves the base code for celleb support into platforms/cell/. All files in this patch are used by celleb-beat and celleb-native commonly. Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
9 lines
244 B
Makefile
9 lines
244 B
Makefile
obj-y += interrupt.o iommu.o \
|
|
htab.o beat.o hvCall.o \
|
|
scc_epci.o scc_uhc.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_PPC_UDBG_BEAT) += udbg_beat.o
|
|
obj-$(CONFIG_SERIAL_TXX9) += scc_sio.o
|
|
obj-$(CONFIG_SPU_BASE) += spu_priv1.o
|