diff options
Diffstat (limited to 'kernel/trace/Makefile')
-rw-r--r-- | kernel/trace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Makefile b/kernel/trace/Makefile index c7ade7965464..c2b2148bb1d2 100644 --- a/kernel/trace/Makefile +++ b/kernel/trace/Makefile | |||
@@ -79,6 +79,7 @@ endif | |||
79 | ifeq ($(CONFIG_TRACING),y) | 79 | ifeq ($(CONFIG_TRACING),y) |
80 | obj-$(CONFIG_KGDB_KDB) += trace_kdb.o | 80 | obj-$(CONFIG_KGDB_KDB) += trace_kdb.o |
81 | endif | 81 | endif |
82 | obj-$(CONFIG_DYNAMIC_EVENTS) += trace_dynevent.o | ||
82 | obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o | 83 | obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o |
83 | obj-$(CONFIG_UPROBE_EVENTS) += trace_uprobe.o | 84 | obj-$(CONFIG_UPROBE_EVENTS) += trace_uprobe.o |
84 | 85 | ||