mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-08 12:28:27 +00:00
![Dan Williams](/assets/img/avatar_default.png)
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
|