projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4942de4
)
[PATCH] libertas: build problems when partially modular
author
Randy Dunlap
<randy.dunlap@oracle.com>
Mon, 1 Oct 2007 00:35:39 +0000
(20:35 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 1 Oct 2007 00:35:39 +0000
(20:35 -0400)
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>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/Makefile
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/Makefile
b/drivers/net/wireless/Makefile
index
ef35bc6
..
4eb6d97
100644
(file)
--- a/
drivers/net/wireless/Makefile
+++ b/
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