Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[deliverable/linux.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
370803c2 9libertas-y += firmware.o
4143a23d 10libertas-$(CONFIG_LIBERTAS_MESH) += mesh.o
876c9d3a 11
876c9d3a 12usb8xxx-objs += if_usb.o
27590d06 13libertas_cs-objs += if_cs.o
727c26ed 14libertas_sdio-objs += if_sdio.o
d2b21f19 15libertas_spi-objs += if_spi.o
876c9d3a 16
084708b6 17obj-$(CONFIG_LIBERTAS) += libertas.o
876c9d3a 18obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
27590d06 19obj-$(CONFIG_LIBERTAS_CS) += libertas_cs.o
727c26ed 20obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o
d2b21f19 21obj-$(CONFIG_LIBERTAS_SPI) += libertas_spi.o
This page took 0.85106 seconds and 5 git commands to generate.