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 b86f2ad165ad..739c4412b183 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -490,6 +490,7 @@ BUILTIN_OBJS += $(OUTPUT)builtin-probe.o | |||
490 | BUILTIN_OBJS += $(OUTPUT)builtin-kmem.o | 490 | BUILTIN_OBJS += $(OUTPUT)builtin-kmem.o |
491 | BUILTIN_OBJS += $(OUTPUT)builtin-lock.o | 491 | BUILTIN_OBJS += $(OUTPUT)builtin-lock.o |
492 | BUILTIN_OBJS += $(OUTPUT)builtin-kvm.o | 492 | BUILTIN_OBJS += $(OUTPUT)builtin-kvm.o |
493 | BUILTIN_OBJS += $(OUTPUT)builtin-test.o | ||
493 | 494 | ||
494 | PERFLIBS = $(LIB_FILE) | 495 | PERFLIBS = $(LIB_FILE) |
495 | 496 | ||