public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
* [PATCH] celleb: fix scc_uhc.c dependency
@ 2007-02-14  6:59 Ishizaki Kou
  2007-02-14 21:21 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 2+ messages in thread
From: Ishizaki Kou @ 2007-02-14  6:59 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

scc_uhc.c depends on CONFIG_PCI, not CONFIG_USB. Because CONFIG_PCI
is always "y" on Celleb platform, we move scc_uhc.o to obj-y.

Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba•co.jp>
---

Index: linux-powerpc-git/arch/powerpc/platforms/celleb/Makefile
diff -u linux-powerpc-git/arch/powerpc/platforms/celleb/Makefile:1.1.1.1 linux-powerpc-git/arch/powerpc/platforms/celleb/Makefile:1.12
--- linux-powerpc-git/arch/powerpc/platforms/celleb/Makefile:1.1.1.1	Thu Feb  8 11:38:20 2007
+++ linux-powerpc-git/arch/powerpc/platforms/celleb/Makefile	Fri Feb  9 18:42:06 2007
@@ -1,9 +1,8 @@
 obj-y				+= interrupt.o iommu.o setup.o \
 				   htab.o beat.o pci.o \
-				   scc_epci.o hvCall.o
+				   scc_epci.o scc_uhc.o hvCall.o
 
 obj-$(CONFIG_SMP)		+= smp.o
 obj-$(CONFIG_PPC_UDBG_BEAT)	+= udbg_beat.o
-obj-$(CONFIG_USB)		+= scc_uhc.o
 obj-$(CONFIG_HAS_TXX9_SERIAL)	+= scc_sio.o
 obj-$(CONFIG_SPU_BASE)		+= spu_priv1.o

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-14 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-14  6:59 [PATCH] celleb: fix scc_uhc.c dependency Ishizaki Kou
2007-02-14 21:21 ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox