Merge branch 'next' into for-linus
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / wireless / libertas / Makefile
CommitLineData
ff9fc791 1libertas-y += cfg.o
0465af8e
HS
2libertas-y += cmd.o
3libertas-y += cmdresp.o
4libertas-y += debugfs.o
5libertas-y += ethtool.o
6libertas-y += main.o
0465af8e 7libertas-y += rx.o
0465af8e 8libertas-y += tx.o
4143a23d 9libertas-$(CONFIG_LIBERTAS_MESH) += mesh.o
876c9d3a 10
876c9d3a 11usb8xxx-objs += if_usb.o
27590d06 12libertas_cs-objs += if_cs.o
727c26ed 13libertas_sdio-objs += if_sdio.o
d2b21f19 14libertas_spi-objs += if_spi.o
876c9d3a 15
084708b6 16obj-$(CONFIG_LIBERTAS) += libertas.o
876c9d3a 17obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
27590d06 18obj-$(CONFIG_LIBERTAS_CS) += libertas_cs.o
727c26ed 19obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o
d2b21f19 20obj-$(CONFIG_LIBERTAS_SPI) += libertas_spi.o