aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-07-27 09:43:23 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:47:36 -0400
commitc2d1560ad8c2f6e0dd0d34102d022f3709325c26 (patch)
tree40a64238627c8d6f9e20fa8ac33a1f35ff7315de /net/mac80211/Makefile
parentb2c258fb11b3fc77a73f8b0453ff1256de812bc6 (diff)
[MAC80211]: introduce util.c
Introduce a new file util.c and move a whole bunch of functions into it. 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 d95de3f8a4b1..122b23eb15d1 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -21,4 +21,5 @@ mac80211-objs := \
21 rx.o \ 21 rx.o \
22 tx.o \ 22 tx.o \
23 key.o \ 23 key.o \
24 util.o \
24 $(mac80211-objs-y) 25 $(mac80211-objs-y)