diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 36d7eef49913..d3887ed51a64 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -290,7 +290,7 @@ LIB_FILE=libperf.a | |||
290 | 290 | ||
291 | LIB_H += ../../include/linux/perf_counter.h | 291 | LIB_H += ../../include/linux/perf_counter.h |
292 | LIB_H += perf.h | 292 | LIB_H += perf.h |
293 | LIB_H += types.h | 293 | LIB_H += util/types.h |
294 | LIB_H += util/list.h | 294 | LIB_H += util/list.h |
295 | LIB_H += util/rbtree.h | 295 | LIB_H += util/rbtree.h |
296 | LIB_H += util/levenshtein.h | 296 | LIB_H += util/levenshtein.h |
@@ -328,6 +328,7 @@ LIB_OBJS += util/sigchain.o | |||
328 | LIB_OBJS += util/symbol.o | 328 | LIB_OBJS += util/symbol.o |
329 | LIB_OBJS += util/color.o | 329 | LIB_OBJS += util/color.o |
330 | LIB_OBJS += util/pager.o | 330 | LIB_OBJS += util/pager.o |
331 | LIB_OBJS += util/header.o | ||
331 | 332 | ||
332 | BUILTIN_OBJS += builtin-annotate.o | 333 | BUILTIN_OBJS += builtin-annotate.o |
333 | BUILTIN_OBJS += builtin-help.o | 334 | BUILTIN_OBJS += builtin-help.o |