da0bd34e03
This adds support for the PCI bus on Celleb with new "I/O routines for PowerPC." External PCI on Celleb must do explicit synchronization with devices (Bus has no automatic synchronization feature). Signed-off-by: Kou Ishizaki <Kou.Ishizaki@toshiba.co.jp> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
10 lines
284 B
Makefile
10 lines
284 B
Makefile
obj-y += interrupt.o iommu.o setup.o \
|
|
htab.o beat.o hvCall.o pci.o \
|
|
scc_epci.o scc_uhc.o \
|
|
io-workarounds.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
|