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 5f39a07fe5ea..fa10d5ca5ab1 100644 --- a/kernel/trace/Makefile +++ b/kernel/trace/Makefile | |||
@@ -61,5 +61,6 @@ endif | |||
61 | ifeq ($(CONFIG_TRACING),y) | 61 | ifeq ($(CONFIG_TRACING),y) |
62 | obj-$(CONFIG_KGDB_KDB) += trace_kdb.o | 62 | obj-$(CONFIG_KGDB_KDB) += trace_kdb.o |
63 | endif | 63 | endif |
64 | obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o | ||
64 | 65 | ||
65 | libftrace-y := ftrace.o | 66 | libftrace-y := ftrace.o |