diff options
-rw-r--r-- | kernel/trace/Makefile | 1 | ||||
-rw-r--r-- | kernel/trace/seq_buf.c (renamed from lib/seq_buf.c) | 0 | ||||
-rw-r--r-- | lib/Makefile | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/kernel/trace/Makefile b/kernel/trace/Makefile index c6651e16b557..03ad4d8c27fb 100644 --- a/kernel/trace/Makefile +++ b/kernel/trace/Makefile @@ -52,6 +52,7 @@ obj-$(CONFIG_TRACING) += trace_seq.o obj-$(CONFIG_TRACING) += trace_stat.o obj-$(CONFIG_TRACING) += trace_printk.o obj-$(CONFIG_TRACING) += pid_list.o +obj-$(CONFIG_TRACING) += seq_buf.o obj-$(CONFIG_TRACING_MAP) += tracing_map.o obj-$(CONFIG_PREEMPTIRQ_DELAY_TEST) += preemptirq_delay_test.o obj-$(CONFIG_SYNTH_EVENT_GEN_TEST) += synth_event_gen_test.o diff --git a/lib/seq_buf.c b/kernel/trace/seq_buf.c index 0a68f7aa85d6..0a68f7aa85d6 100644 --- a/lib/seq_buf.c +++ b/kernel/trace/seq_buf.c diff --git a/lib/Makefile b/lib/Makefile index d44f8d03d66b..9ed57a1f9fa0 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -32,7 +32,7 @@ lib-y := ctype.o string.o vsprintf.o cmdline.o \ idr.o extable.o irq_regs.o argv_split.o \ flex_proportions.o ratelimit.o show_mem.o \ is_single_threaded.o plist.o decompress.o kobject_uevent.o \ - earlycpio.o seq_buf.o siphash.o dec_and_lock.o \ + earlycpio.o siphash.o dec_and_lock.o \ nmi_backtrace.o nodemask.o win_minmax.o memcat_p.o \ buildid.o cpumask.o printbuf.o |