diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 60411e94113b..de7beac1095e 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -310,6 +310,7 @@ LIB_H += util/sigchain.h | |||
310 | LIB_H += util/symbol.h | 310 | LIB_H += util/symbol.h |
311 | LIB_H += util/module.h | 311 | LIB_H += util/module.h |
312 | LIB_H += util/color.h | 312 | LIB_H += util/color.h |
313 | LIB_H += util/values.h | ||
313 | 314 | ||
314 | LIB_OBJS += util/abspath.o | 315 | LIB_OBJS += util/abspath.o |
315 | LIB_OBJS += util/alias.o | 316 | LIB_OBJS += util/alias.o |
@@ -337,6 +338,7 @@ LIB_OBJS += util/color.o | |||
337 | LIB_OBJS += util/pager.o | 338 | LIB_OBJS += util/pager.o |
338 | LIB_OBJS += util/header.o | 339 | LIB_OBJS += util/header.o |
339 | LIB_OBJS += util/callchain.o | 340 | LIB_OBJS += util/callchain.o |
341 | LIB_OBJS += util/values.o | ||
340 | 342 | ||
341 | BUILTIN_OBJS += builtin-annotate.o | 343 | BUILTIN_OBJS += builtin-annotate.o |
342 | BUILTIN_OBJS += builtin-help.o | 344 | BUILTIN_OBJS += builtin-help.o |