mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
7dcf5284d1
Signed-off-by: Christoph Hellwig <hch@infradead.org> Acked-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
13 lines
278 B
Makefile
13 lines
278 B
Makefile
libertas-objs := main.o fw.o wext.o \
|
|
rx.o tx.o cmd.o \
|
|
cmdresp.o scan.o \
|
|
join.o 11d.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
|