You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
obj-y += interrupt.o iommu.o setup.o \
|
|
htab.o beat.o pci.o \
|
|
scc_epci.o scc_uhc.o hvCall.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
|
|
|