Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f998351c authored by Randy Dunlap's avatar Randy Dunlap Committed by John W. Linville
Browse files

[PATCH] libertas: build problems when partially modular



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

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 4942de4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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