diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
| commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
| tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/net/wireless/wl12xx/Makefile | |
| parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) | |
Diffstat (limited to 'drivers/net/wireless/wl12xx/Makefile')
| -rw-r--r-- | drivers/net/wireless/wl12xx/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/Makefile b/drivers/net/wireless/wl12xx/Makefile new file mode 100644 index 00000000000..521c0414e52 --- /dev/null +++ b/drivers/net/wireless/wl12xx/Makefile | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | wl12xx-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 | ||
| 3 | |||
| 4 | wl12xx_spi-objs = spi.o | ||
| 5 | wl12xx_sdio-objs = sdio.o | ||
| 6 | wl12xx_sdio_test-objs = sdio_test.o | ||
| 7 | |||
| 8 | wl12xx-$(CONFIG_NL80211_TESTMODE) += testmode.o | ||
| 9 | obj-$(CONFIG_WL12XX) += wl12xx.o | ||
| 10 | obj-$(CONFIG_WL12XX_SPI) += wl12xx_spi.o | ||
| 11 | obj-$(CONFIG_WL12XX_SDIO) += wl12xx_sdio.o | ||
| 12 | |||
| 13 | obj-$(CONFIG_WL12XX_SDIO_TEST) += wl12xx_sdio_test.o | ||
| 14 | |||
| 15 | # small builtin driver bit | ||
| 16 | obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx_platform_data.o | ||
