6dcbf164dc
scc_sio.o should only be built if the txx9 serial driver is actually built into the kernel. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> -- Signed-off-by: Paul Mackerras <paulus@samba.org>
9 lines
258 B
Makefile
9 lines
258 B
Makefile
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
|