blob: 521c0414e52e00f2e5bac3e068d47c526f7a82e7 [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
Luciano Coelho248daa02010-12-15 16:10:12 +02006wl12xx_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
Luciano Coelho248daa02010-12-15 16:10:12 +020013obj-$(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