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 0230b75ed7f9..07feae773dc1 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -547,6 +547,7 @@ BUILTIN_OBJS += $(OUTPUT)builtin-lock.o | |||
547 | BUILTIN_OBJS += $(OUTPUT)builtin-kvm.o | 547 | BUILTIN_OBJS += $(OUTPUT)builtin-kvm.o |
548 | BUILTIN_OBJS += $(OUTPUT)builtin-inject.o | 548 | BUILTIN_OBJS += $(OUTPUT)builtin-inject.o |
549 | BUILTIN_OBJS += $(OUTPUT)tests/builtin-test.o | 549 | BUILTIN_OBJS += $(OUTPUT)tests/builtin-test.o |
550 | BUILTIN_OBJS += $(OUTPUT)builtin-mem.o | ||
550 | 551 | ||
551 | PERFLIBS = $(LIB_FILE) $(LIBLK) $(LIBTRACEEVENT) | 552 | PERFLIBS = $(LIB_FILE) $(LIBLK) $(LIBTRACEEVENT) |
552 | 553 | ||