libertas: separate libertas' Kconfig in it's own file
[deliverable/linux.git] / drivers / net / wireless / libertas / Makefile
CommitLineData
0465af8e
HS
1libertas-y += 11d.o
2libertas-y += assoc.o
3libertas-y += cmd.o
4libertas-y += cmdresp.o
5libertas-y += debugfs.o
6libertas-y += ethtool.o
7libertas-y += main.o
8libertas-y += persistcfg.o
9libertas-y += rx.o
10libertas-y += scan.o
11libertas-y += tx.o
12libertas-y += wext.o
876c9d3a 13
876c9d3a 14usb8xxx-objs += if_usb.o
27590d06 15libertas_cs-objs += if_cs.o
727c26ed 16libertas_sdio-objs += if_sdio.o
d2b21f19 17libertas_spi-objs += if_spi.o
876c9d3a 18
084708b6 19obj-$(CONFIG_LIBERTAS) += libertas.o
876c9d3a 20obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
27590d06 21obj-$(CONFIG_LIBERTAS_CS) += libertas_cs.o
727c26ed 22obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o
d2b21f19 23obj-$(CONFIG_LIBERTAS_SPI) += libertas_spi.o
This page took 0.349402 seconds and 5 git commands to generate.