]> err.no Git - linux-2.6/blobdiff - drivers/net/wireless/libertas/Makefile
libertas: implement new scanning logic
[linux-2.6] / drivers / net / wireless / libertas / Makefile
index 61e0d6e07901973d11edc4b360eaadb2a590882e..0e2787691f96233e625467ee1393834e3cab356a 100644 (file)
@@ -1,4 +1,4 @@
-libertas-objs := main.o fw.o wext.o \
+libertas-objs := main.o wext.o \
                rx.o tx.o cmd.o           \
                cmdresp.o scan.o          \
                join.o 11d.o              \
@@ -6,6 +6,10 @@ libertas-objs := main.o fw.o wext.o \
                ethtool.o assoc.o
 
 usb8xxx-objs += if_usb.o
+libertas_cs-objs += if_cs.o
+libertas_sdio-objs += if_sdio.o
 
 obj-$(CONFIG_LIBERTAS)     += libertas.o
 obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
+obj-$(CONFIG_LIBERTAS_CS)  += libertas_cs.o
+obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o