blob: fe67262ba19f7997b16c37b9a42395c25890e6ec [file] [log] [blame]
Shahar Levi00d20102010-11-08 11:20:10 +00001wl12xx-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
2 boot.o init.o debugfs.o scan.o
Teemu Paasikivi521a5b22010-02-18 13:25:54 +02003
Shahar Levid3b104a2011-09-12 10:00:37 +03004wl12xx_spi-objs = spi.o
Shahar Levi00d20102010-11-08 11:20:10 +00005wl12xx_sdio-objs = sdio.o
6
7wl12xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
8obj-$(CONFIG_WL12XX) += wl12xx.o
9obj-$(CONFIG_WL12XX_SPI) += wl12xx_spi.o
10obj-$(CONFIG_WL12XX_SDIO) += wl12xx_sdio.o
John W. Linvilled99bf6e2010-09-27 14:00:51 -040011
12# small builtin driver bit
13obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx_platform_data.o