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 69f582c53cbb..d413e89c38e1 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -433,6 +433,7 @@ LIB_OBJS += $(OUTPUT)tests/dso-data.o | |||
433 | LIB_OBJS += $(OUTPUT)tests/attr.o | 433 | LIB_OBJS += $(OUTPUT)tests/attr.o |
434 | LIB_OBJS += $(OUTPUT)tests/vmlinux-kallsyms.o | 434 | LIB_OBJS += $(OUTPUT)tests/vmlinux-kallsyms.o |
435 | LIB_OBJS += $(OUTPUT)tests/open-syscall.o | 435 | LIB_OBJS += $(OUTPUT)tests/open-syscall.o |
436 | LIB_OBJS += $(OUTPUT)tests/open-syscall-all-cpus.o | ||
436 | LIB_OBJS += $(OUTPUT)tests/util.o | 437 | LIB_OBJS += $(OUTPUT)tests/util.o |
437 | 438 | ||
438 | BUILTIN_OBJS += $(OUTPUT)builtin-annotate.o | 439 | BUILTIN_OBJS += $(OUTPUT)builtin-annotate.o |