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 9ff2e2596614..245d6b4f0aed 100644 --- a/tools/lib/traceevent/Makefile +++ b/tools/lib/traceevent/Makefile | |||
@@ -214,6 +214,7 @@ PEVENT_LIB_OBJS += kbuffer-parse.o | |||
214 | 214 | ||
215 | PLUGIN_OBJS = plugin_jbd2.o | 215 | PLUGIN_OBJS = plugin_jbd2.o |
216 | PLUGIN_OBJS += plugin_hrtimer.o | 216 | PLUGIN_OBJS += plugin_hrtimer.o |
217 | PLUGIN_OBJS += plugin_kmem.o | ||
217 | 218 | ||
218 | PLUGINS := $(PLUGIN_OBJS:.o=.so) | 219 | PLUGINS := $(PLUGIN_OBJS:.o=.so) |
219 | 220 | ||