summaryrefslogtreecommitdiff
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorArik Nemtsov <arik@wizery.com>2014-05-01 10:17:28 +0300
committerJohannes Berg <johannes.berg@intel.com>2014-05-05 15:56:15 +0200
commit95224fe83e5e78e042c96f2c43fa9092a3bc10ef (patch)
treec42b846315dfc54d893655984d6066c58c4bdbdb /net/mac80211/Makefile
parent0c4972ccaa27620fe4281ac5c8c536978a563345 (diff)
mac80211: move TDLS code to another file
With new additions planned, this code is getting too big for cfg.c. Signed-off-by: Arik Nemtsov <arikx.nemtsov@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r--net/mac80211/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile
index 9d7d840aac6d..1e46ffa69167 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -25,7 +25,8 @@ mac80211-y := \
wme.o \
event.o \
chan.o \
- trace.o mlme.o
+ trace.o mlme.o \
+ tdls.o
mac80211-$(CONFIG_MAC80211_LEDS) += led.o
mac80211-$(CONFIG_MAC80211_DEBUGFS) += \