diff options
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r-- | net/mac80211/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile index 7d4971aa443f..0e3ab88bb706 100644 --- a/net/mac80211/Makefile +++ b/net/mac80211/Makefile | |||
@@ -8,13 +8,15 @@ mac80211-y := \ | |||
8 | wep.o \ | 8 | wep.o \ |
9 | wpa.o \ | 9 | wpa.o \ |
10 | scan.o \ | 10 | scan.o \ |
11 | ht.o \ | 11 | ht.o agg-tx.o agg-rx.o \ |
12 | ibss.o \ | ||
12 | mlme.o \ | 13 | mlme.o \ |
13 | iface.o \ | 14 | iface.o \ |
14 | rate.o \ | 15 | rate.o \ |
15 | michael.o \ | 16 | michael.o \ |
16 | tkip.o \ | 17 | tkip.o \ |
17 | aes_ccm.o \ | 18 | aes_ccm.o \ |
19 | aes_cmac.o \ | ||
18 | cfg.o \ | 20 | cfg.o \ |
19 | rx.o \ | 21 | rx.o \ |
20 | spectmgmt.o \ | 22 | spectmgmt.o \ |
@@ -37,6 +39,8 @@ mac80211-$(CONFIG_MAC80211_MESH) += \ | |||
37 | mesh_plink.o \ | 39 | mesh_plink.o \ |
38 | mesh_hwmp.o | 40 | mesh_hwmp.o |
39 | 41 | ||
42 | mac80211-$(CONFIG_PM) += pm.o | ||
43 | |||
40 | # objects for PID algorithm | 44 | # objects for PID algorithm |
41 | rc80211_pid-y := rc80211_pid_algo.o | 45 | rc80211_pid-y := rc80211_pid_algo.o |
42 | rc80211_pid-$(CONFIG_MAC80211_DEBUGFS) += rc80211_pid_debugfs.o | 46 | rc80211_pid-$(CONFIG_MAC80211_DEBUGFS) += rc80211_pid_debugfs.o |