aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-07-27 09:43:22 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:47:33 -0400
commite2ebc74d7e3d71600640db6fbb28cc2f362184c1 (patch)
tree7f9a830869b9f6157ee8235feb4953df7a639dbd /net/mac80211/Makefile
parent340e11f332c695c43f506e82b1d39d00716c5005 (diff)
[MAC80211]: split TX path into own file
Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Jiri Benc <jbenc@suse.cz> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r--net/mac80211/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile
index 0353e75ec963..848260296a0c 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -19,4 +19,5 @@ mac80211-objs := \
19 aes_ccm.o \ 19 aes_ccm.o \
20 ieee80211_cfg.o \ 20 ieee80211_cfg.o \
21 rx.o \ 21 rx.o \
22 tx.o \
22 $(mac80211-objs-y) 23 $(mac80211-objs-y)