diff options
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r-- | net/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile index b5853991324b..0353e75ec963 100644 --- a/net/mac80211/Makefile +++ b/net/mac80211/Makefile | |||
@@ -2,6 +2,7 @@ obj-$(CONFIG_MAC80211) += mac80211.o rc80211_simple.o | |||
2 | 2 | ||
3 | mac80211-objs-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o | 3 | mac80211-objs-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o |
4 | mac80211-objs-$(CONFIG_MAC80211_DEBUGFS) += debugfs.o debugfs_sta.o debugfs_netdev.o debugfs_key.o | 4 | mac80211-objs-$(CONFIG_MAC80211_DEBUGFS) += debugfs.o debugfs_sta.o debugfs_netdev.o debugfs_key.o |
5 | mac80211-objs-$(CONFIG_NET_SCHED) += wme.o | ||
5 | 6 | ||
6 | mac80211-objs := \ | 7 | mac80211-objs := \ |
7 | ieee80211.o \ | 8 | ieee80211.o \ |
@@ -16,7 +17,6 @@ mac80211-objs := \ | |||
16 | regdomain.o \ | 17 | regdomain.o \ |
17 | tkip.o \ | 18 | tkip.o \ |
18 | aes_ccm.o \ | 19 | aes_ccm.o \ |
19 | wme.o \ | ||
20 | ieee80211_cfg.o \ | 20 | ieee80211_cfg.o \ |
21 | rx.o \ | 21 | rx.o \ |
22 | $(mac80211-objs-y) | 22 | $(mac80211-objs-y) |