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 b2bce1fb4ae1..42969303e20b 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -456,6 +456,7 @@ BUILTIN_OBJS += builtin-top.o | |||
456 | BUILTIN_OBJS += builtin-trace.o | 456 | BUILTIN_OBJS += builtin-trace.o |
457 | BUILTIN_OBJS += builtin-probe.o | 457 | BUILTIN_OBJS += builtin-probe.o |
458 | BUILTIN_OBJS += builtin-kmem.o | 458 | BUILTIN_OBJS += builtin-kmem.o |
459 | BUILTIN_OBJS += builtin-lock.o | ||
459 | 460 | ||
460 | PERFLIBS = $(LIB_FILE) | 461 | PERFLIBS = $(LIB_FILE) |
461 | 462 | ||