aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-09-23 18:14:25 -0400
committerSteven Rostedt <rostedt@goodmis.org>2010-09-23 18:14:25 -0400
commitaf41ffe13947069a95dad4738da0159ebd0fe84c (patch)
treec54c35a3cb95ded5c6cbbdf9b17edc9bd582038e /Makefile
parent296971a9f44762c409adc60c9f13fb5ceb9ad5ae (diff)
parenteae46f152079cd3603d02258b54504a9aa29f04c (diff)
Merge remote branch 'push/trace-cmd-kvm' into trace-cmd
Conflicts: Makefile Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c72dda6..5282f94 100644
--- a/Makefile
+++ b/Makefile
@@ -265,7 +265,7 @@ TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o trace-ftrace.o \
265 trace-output.o trace-record.o trace-restore.o 265 trace-output.o trace-record.o trace-restore.o
266 266
267PLUGIN_OBJS = plugin_hrtimer.o plugin_kmem.o plugin_sched_switch.o \ 267PLUGIN_OBJS = plugin_hrtimer.o plugin_kmem.o plugin_sched_switch.o \
268 plugin_mac80211.o plugin_jbd2.o plugin_function.o 268 plugin_mac80211.o plugin_jbd2.o plugin_function.o plugin_kvm.o
269 269
270PLUGINS := $(PLUGIN_OBJS:.o=.so) 270PLUGINS := $(PLUGIN_OBJS:.o=.so)
271 271