linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libertas: fix link errors (bz# 9077)
@ 2007-09-27 17:17 Randy Dunlap
  2007-09-27 17:47 ` Johannes Berg
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2007-09-27 17:17 UTC (permalink / raw)
  To: linux-wireless; +Cc: linville, rjwysocki

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix missing symbols in libertas USB driver when it is modular and rest
of libertas is built-in.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/net/wireless/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.23-rc8.orig/drivers/net/wireless/Makefile
+++ linux-2.6.23-rc8/drivers/net/wireless/Makefile
@@ -43,7 +43,7 @@ obj-$(CONFIG_PCMCIA_RAYCS)	+= ray_cs.o
 obj-$(CONFIG_PCMCIA_WL3501)	+= wl3501_cs.o
 
 obj-$(CONFIG_USB_ZD1201)	+= zd1201.o
-obj-$(CONFIG_LIBERTAS_USB)     += libertas/
+obj-$(CONFIG_LIBERTAS)		+= libertas/
 
 rtl8187-objs		:= rtl8187_dev.o rtl8187_rtl8225.o
 obj-$(CONFIG_RTL8187)	+= rtl8187.o

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

end of thread, other threads:[~2007-09-29  4:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-27 17:17 [PATCH] libertas: fix link errors (bz# 9077) Randy Dunlap
2007-09-27 17:47 ` Johannes Berg
2007-09-27 20:36   ` John W. Linville
2007-09-29  4:51     ` Dan Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).