blob: 187678503887e7eb89fdadeb1bc85be9dfbd7c8b [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 Levi00d20102010-11-08 11:20:10 +00004wl12xx_spi-objs = spi.o
5wl12xx_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
Roger Quadrosb69eb802010-12-01 11:58:54 +020012obj-$(CONFIG_WL1271_SDIO_TEST) += wl1271_sdio_test.o
13
John W. Linvilled99bf6e2010-09-27 14:00:51 -040014# small builtin driver bit
15obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx_platform_data.o