projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1552cb9
)
[POWERPC] scc_sio: Fix link failure
author
Christoph Hellwig
<hch@lst.de>
Mon, 4 Jun 2007 18:14:41 +0000
(
04:14
+1000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 7 Jun 2007 01:44:40 +0000
(11:44 +1000)
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>
arch/powerpc/platforms/celleb/Makefile
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/celleb/Makefile
b/arch/powerpc/platforms/celleb/Makefile
index f4f82520dc4f59aa1d0f35d387f43637185251d8..5240046d86715275156d7adf6b41434f28b1155a 100644
(file)
--- a/
arch/powerpc/platforms/celleb/Makefile
+++ b/
arch/powerpc/platforms/celleb/Makefile
@@
-4,5
+4,5
@@
obj-y += interrupt.o iommu.o setup.o \
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_PPC_UDBG_BEAT) += udbg_beat.o
-obj-$(CONFIG_
HAS_TXX9_SERIAL)
+= scc_sio.o
+obj-$(CONFIG_
SERIAL_TXX9)
+= scc_sio.o
obj-$(CONFIG_SPU_BASE) += spu_priv1.o