e86dc1ca46
Holger Schurig's patch (https://patchwork.kernel.org/patch/64286/) is rebased to latest wireless-testing tree. (Includes patches from me originally posted as "libertas: fix build error due to undefined symbol" and "libertas: unmangle capability value". -- JWL) Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kiran Divekar <dkiran@marvell.com> Tested-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
21 lines
548 B
Makefile
21 lines
548 B
Makefile
libertas-y += cfg.o
|
|
libertas-y += cmd.o
|
|
libertas-y += cmdresp.o
|
|
libertas-y += debugfs.o
|
|
libertas-y += ethtool.o
|
|
libertas-y += main.o
|
|
libertas-y += rx.o
|
|
libertas-y += tx.o
|
|
libertas-$(CONFIG_LIBERTAS_MESH) += mesh.o
|
|
|
|
usb8xxx-objs += if_usb.o
|
|
libertas_cs-objs += if_cs.o
|
|
libertas_sdio-objs += if_sdio.o
|
|
libertas_spi-objs += if_spi.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
|
|
obj-$(CONFIG_LIBERTAS_SPI) += libertas_spi.o
|