blob: 621b3483ca2c578037c8620a3b0dc6cc562be8d6 [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
Shahar Levid3b104a2011-09-12 10:00:37 +03006wl12xx_sdio_test-objs = sdio_test.o
Shahar Levi00d20102010-11-08 11:20:10 +00007
8wl12xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
9obj-$(CONFIG_WL12XX) += wl12xx.o
10obj-$(CONFIG_WL12XX_SPI) += wl12xx_spi.o
11obj-$(CONFIG_WL12XX_SDIO) += wl12xx_sdio.o
John W. Linvilled99bf6e2010-09-27 14:00:51 -040012
Shahar Levid3b104a2011-09-12 10:00:37 +030013obj-$(CONFIG_WL12XX_SDIO_TEST) += wl12xx_sdio_test.o
Roger Quadrosb69eb802010-12-01 11:58:54 +020014
John W. Linvilled99bf6e2010-09-27 14:00:51 -040015# small builtin driver bit
16obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx_platform_data.o