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 2d537382c686..5840499e2d22 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -387,6 +387,7 @@ LIB_H += util/thread.h | |||
387 | LIB_H += util/trace-event.h | 387 | LIB_H += util/trace-event.h |
388 | LIB_H += util/probe-finder.h | 388 | LIB_H += util/probe-finder.h |
389 | LIB_H += util/probe-event.h | 389 | LIB_H += util/probe-event.h |
390 | LIB_H += util/cpumap.h | ||
390 | 391 | ||
391 | LIB_OBJS += util/abspath.o | 392 | LIB_OBJS += util/abspath.o |
392 | LIB_OBJS += util/alias.o | 393 | LIB_OBJS += util/alias.o |
@@ -433,6 +434,7 @@ LIB_OBJS += util/sort.o | |||
433 | LIB_OBJS += util/hist.o | 434 | LIB_OBJS += util/hist.o |
434 | LIB_OBJS += util/probe-event.o | 435 | LIB_OBJS += util/probe-event.o |
435 | LIB_OBJS += util/util.o | 436 | LIB_OBJS += util/util.o |
437 | LIB_OBJS += util/cpumap.o | ||
436 | 438 | ||
437 | BUILTIN_OBJS += builtin-annotate.o | 439 | BUILTIN_OBJS += builtin-annotate.o |
438 | 440 | ||