084708b610
* add CONFIG_LIBERTAS to Kconfig * remove global variable libertas_fw_name, the USB module might want to use a different default FW name than the CF module, so libertas_fw_name is now local to if_usb.c * exported some symbols as GPL Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
13 lines
286 B
Makefile
13 lines
286 B
Makefile
libertas-objs := main.o fw.o wext.o \
|
|
rx.o tx.o cmd.o \
|
|
cmdresp.o scan.o \
|
|
join.o 11d.o \
|
|
ioctl.o debugfs.o \
|
|
ethtool.o assoc.o
|
|
|
|
usb8xxx-objs += if_bootcmd.o
|
|
usb8xxx-objs += if_usb.o
|
|
|
|
obj-$(CONFIG_LIBERTAS) += libertas.o
|
|
obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
|