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 3f0666af93de..d7198c54bb69 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -444,6 +444,7 @@ BUILTIN_OBJS += builtin-timechart.o | |||
444 | BUILTIN_OBJS += builtin-top.o | 444 | BUILTIN_OBJS += builtin-top.o |
445 | BUILTIN_OBJS += builtin-trace.o | 445 | BUILTIN_OBJS += builtin-trace.o |
446 | BUILTIN_OBJS += builtin-probe.o | 446 | BUILTIN_OBJS += builtin-probe.o |
447 | BUILTIN_OBJS += builtin-kmem.o | ||
447 | 448 | ||
448 | PERFLIBS = $(LIB_FILE) | 449 | PERFLIBS = $(LIB_FILE) |
449 | 450 | ||