diff options
| author | Luciano Coelho | 2011-11-20 20:40:41 +0100 |
|---|---|---|
| committer | Luciano Coelho | 2012-04-12 07:43:55 +0200 |
| commit | 90921014608d91a03766d0025fa32662dc7c5062 (patch) | |
| tree | adba69dd7be20600cdec0cc856263dc2ca3bfdb1 /drivers/net/wireless/ti/Makefile | |
| parent | wl12xx: increase scan timeout to 30s (diff) | |
| download | kernel-qcow2-linux-90921014608d91a03766d0025fa32662dc7c5062.tar.gz kernel-qcow2-linux-90921014608d91a03766d0025fa32662dc7c5062.tar.xz kernel-qcow2-linux-90921014608d91a03766d0025fa32662dc7c5062.zip | |
wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectory
Move wl12xx and wl1251 modules into a new drivers/net/wireless/ti
directory. Add a TI WLAN Kconfig option and Makefile to support this
change.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Cc: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ti/Makefile')
| -rw-r--r-- | drivers/net/wireless/ti/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/Makefile b/drivers/net/wireless/ti/Makefile new file mode 100644 index 000000000000..db2cb03f6f98 --- /dev/null +++ b/drivers/net/wireless/ti/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_WL12XX) += wl12xx/ +obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx/ +obj-$(CONFIG_WL1251) += wl1251/ |
