2010-11-08 11:20:10 +00:00
|
|
|
wl12xx-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
|
|
|
|
boot.o init.o debugfs.o scan.o
|
2010-02-18 11:25:54 +00:00
|
|
|
|
2011-09-12 07:00:37 +00:00
|
|
|
wl12xx_spi-objs = spi.o
|
2010-11-08 11:20:10 +00:00
|
|
|
wl12xx_sdio-objs = sdio.o
|
2011-09-12 07:00:37 +00:00
|
|
|
wl12xx_sdio_test-objs = sdio_test.o
|
2010-11-08 11:20:10 +00:00
|
|
|
|
|
|
|
wl12xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
|
|
|
obj-$(CONFIG_WL12XX) += wl12xx.o
|
|
|
|
obj-$(CONFIG_WL12XX_SPI) += wl12xx_spi.o
|
|
|
|
obj-$(CONFIG_WL12XX_SDIO) += wl12xx_sdio.o
|
2010-09-27 18:00:51 +00:00
|
|
|
|
2011-09-12 07:00:37 +00:00
|
|
|
obj-$(CONFIG_WL12XX_SDIO_TEST) += wl12xx_sdio_test.o
|
2010-12-01 09:58:54 +00:00
|
|
|
|
2010-09-27 18:00:51 +00:00
|
|
|
# small builtin driver bit
|
|
|
|
obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx_platform_data.o
|