summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/Makefile
diff options
context:
space:
mode:
authorLuciano Coelho2011-11-20 20:40:41 +0100
committerLuciano Coelho2012-04-12 07:43:55 +0200
commit90921014608d91a03766d0025fa32662dc7c5062 (patch)
treeadba69dd7be20600cdec0cc856263dc2ca3bfdb1 /drivers/net/wireless/ti/Makefile
parentwl12xx: increase scan timeout to 30s (diff)
downloadkernel-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/Makefile3
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/