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 844164dca90a..ee5e5b1b9282 100644 --- a/kernel/trace/Makefile +++ b/kernel/trace/Makefile | |||
@@ -49,6 +49,7 @@ obj-$(CONFIG_BLK_DEV_IO_TRACE) += blktrace.o | |||
49 | ifeq ($(CONFIG_BLOCK),y) | 49 | ifeq ($(CONFIG_BLOCK),y) |
50 | obj-$(CONFIG_EVENT_TRACING) += blktrace.o | 50 | obj-$(CONFIG_EVENT_TRACING) += blktrace.o |
51 | endif | 51 | endif |
52 | obj-$(CONFIG_SKB_SOURCES_TRACER) += trace_skb_sources.o | ||
52 | obj-$(CONFIG_EVENT_TRACING) += trace_events.o | 53 | obj-$(CONFIG_EVENT_TRACING) += trace_events.o |
53 | obj-$(CONFIG_EVENT_TRACING) += trace_export.o | 54 | obj-$(CONFIG_EVENT_TRACING) += trace_export.o |
54 | obj-$(CONFIG_FTRACE_SYSCALLS) += trace_syscalls.o | 55 | obj-$(CONFIG_FTRACE_SYSCALLS) += trace_syscalls.o |