aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-06-22 06:55:52 -0400
committerJohannes Berg <johannes.berg@intel.com>2012-06-24 05:32:38 -0400
commit011ad0e9f8533cd003fb760663713df2655a2114 (patch)
tree75f08348ca9cd75c25782b1d4de88170eec0085c /net/mac80211/Makefile
parentbdcbd8e0e3ffdad32b14b6373e67bfcf5fd3f002 (diff)
mac80211: rename driver-trace file
This file will contain more soon, so rename it to just trace. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r--net/mac80211/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile
index 231ffa02e496..a7dd110faafa 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -24,7 +24,7 @@ mac80211-y := \
24 wme.o \ 24 wme.o \
25 event.o \ 25 event.o \
26 chan.o \ 26 chan.o \
27 driver-trace.o mlme.o 27 trace.o mlme.o
28 28
29mac80211-$(CONFIG_MAC80211_LEDS) += led.o 29mac80211-$(CONFIG_MAC80211_LEDS) += led.o
30mac80211-$(CONFIG_MAC80211_DEBUGFS) += \ 30mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
@@ -42,7 +42,7 @@ mac80211-$(CONFIG_MAC80211_MESH) += \
42 42
43mac80211-$(CONFIG_PM) += pm.o 43mac80211-$(CONFIG_PM) += pm.o
44 44
45CFLAGS_driver-trace.o := -I$(src) 45CFLAGS_trace.o := -I$(src)
46 46
47# objects for PID algorithm 47# objects for PID algorithm
48rc80211_pid-y := rc80211_pid_algo.o 48rc80211_pid-y := rc80211_pid_algo.o