diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 57b3569716dd..3cb3449a9645 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -472,6 +472,7 @@ BUILTIN_OBJS += $(OUTPUT)builtin-trace.o | |||
472 | BUILTIN_OBJS += $(OUTPUT)builtin-probe.o | 472 | BUILTIN_OBJS += $(OUTPUT)builtin-probe.o |
473 | BUILTIN_OBJS += $(OUTPUT)builtin-kmem.o | 473 | BUILTIN_OBJS += $(OUTPUT)builtin-kmem.o |
474 | BUILTIN_OBJS += $(OUTPUT)builtin-lock.o | 474 | BUILTIN_OBJS += $(OUTPUT)builtin-lock.o |
475 | BUILTIN_OBJS += $(OUTPUT)builtin-kvm.o | ||
475 | 476 | ||
476 | PERFLIBS = $(LIB_FILE) | 477 | PERFLIBS = $(LIB_FILE) |
477 | 478 | ||