2007-08-02 15:45:12 +00:00
|
|
|
libertas-objs := main.o wext.o \
|
2007-02-10 14:25:27 +00:00
|
|
|
rx.o tx.o cmd.o \
|
|
|
|
cmdresp.o scan.o \
|
|
|
|
join.o 11d.o \
|
2007-06-18 16:10:33 +00:00
|
|
|
debugfs.o \
|
2007-02-10 14:25:27 +00:00
|
|
|
ethtool.o assoc.o
|
|
|
|
|
|
|
|
usb8xxx-objs += if_usb.o
|
2007-10-04 00:25:41 +00:00
|
|
|
libertas_cs-objs += if_cs.o
|
2007-02-10 14:25:27 +00:00
|
|
|
|
2007-05-25 16:37:58 +00:00
|
|
|
obj-$(CONFIG_LIBERTAS) += libertas.o
|
2007-02-10 14:25:27 +00:00
|
|
|
obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
|
2007-10-04 00:25:41 +00:00
|
|
|
obj-$(CONFIG_LIBERTAS_CS) += libertas_cs.o
|