diff options
Diffstat (limited to 'tools/lib/traceevent/Makefile')
-rw-r--r-- | tools/lib/traceevent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/traceevent/Makefile b/tools/lib/traceevent/Makefile index d0e0ca12aa10..1c319a8cf1b0 100644 --- a/tools/lib/traceevent/Makefile +++ b/tools/lib/traceevent/Makefile | |||
@@ -217,6 +217,7 @@ PLUGIN_OBJS += plugin_hrtimer.o | |||
217 | PLUGIN_OBJS += plugin_kmem.o | 217 | PLUGIN_OBJS += plugin_kmem.o |
218 | PLUGIN_OBJS += plugin_kvm.o | 218 | PLUGIN_OBJS += plugin_kvm.o |
219 | PLUGIN_OBJS += plugin_mac80211.o | 219 | PLUGIN_OBJS += plugin_mac80211.o |
220 | PLUGIN_OBJS += plugin_sched_switch.o | ||
220 | 221 | ||
221 | PLUGINS := $(PLUGIN_OBJS:.o=.so) | 222 | PLUGINS := $(PLUGIN_OBJS:.o=.so) |
222 | 223 | ||