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 fa47438e338f..a169b0201d61 100644 --- a/net/mac80211/Makefile +++ b/net/mac80211/Makefile | |||
@@ -18,10 +18,10 @@ mac80211-y := \ | |||
18 | tx.o \ | 18 | tx.o \ |
19 | key.o \ | 19 | key.o \ |
20 | util.o \ | 20 | util.o \ |
21 | wme.o \ | ||
21 | event.o | 22 | event.o |
22 | 23 | ||
23 | mac80211-$(CONFIG_MAC80211_LEDS) += led.o | 24 | mac80211-$(CONFIG_MAC80211_LEDS) += led.o |
24 | mac80211-$(CONFIG_MAC80211_QOS) += wme.o | ||
25 | mac80211-$(CONFIG_MAC80211_DEBUGFS) += \ | 25 | mac80211-$(CONFIG_MAC80211_DEBUGFS) += \ |
26 | debugfs.o \ | 26 | debugfs.o \ |
27 | debugfs_sta.o \ | 27 | debugfs_sta.o \ |