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 94f73abdc56a..bc4d9bf8a556 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -442,6 +442,7 @@ LIB_H += util/pstack.h | |||
442 | LIB_H += util/cpumap.h | 442 | LIB_H += util/cpumap.h |
443 | LIB_H += util/top.h | 443 | LIB_H += util/top.h |
444 | LIB_H += $(ARCH_INCLUDE) | 444 | LIB_H += $(ARCH_INCLUDE) |
445 | LIB_H += util/cgroup.h | ||
445 | 446 | ||
446 | LIB_OBJS += $(OUTPUT)util/abspath.o | 447 | LIB_OBJS += $(OUTPUT)util/abspath.o |
447 | LIB_OBJS += $(OUTPUT)util/alias.o | 448 | LIB_OBJS += $(OUTPUT)util/alias.o |
@@ -496,6 +497,7 @@ LIB_OBJS += $(OUTPUT)util/probe-event.o | |||
496 | LIB_OBJS += $(OUTPUT)util/util.o | 497 | LIB_OBJS += $(OUTPUT)util/util.o |
497 | LIB_OBJS += $(OUTPUT)util/xyarray.o | 498 | LIB_OBJS += $(OUTPUT)util/xyarray.o |
498 | LIB_OBJS += $(OUTPUT)util/cpumap.o | 499 | LIB_OBJS += $(OUTPUT)util/cpumap.o |
500 | LIB_OBJS += $(OUTPUT)util/cgroup.o | ||
499 | 501 | ||
500 | BUILTIN_OBJS += $(OUTPUT)builtin-annotate.o | 502 | BUILTIN_OBJS += $(OUTPUT)builtin-annotate.o |
501 | 503 | ||