aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/perf_counter/Makefile')
-rw-r--r--Documentation/perf_counter/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile
index 414399cbc51a..c9ec4585f4d6 100644
--- a/Documentation/perf_counter/Makefile
+++ b/Documentation/perf_counter/Makefile
@@ -298,6 +298,7 @@ LIB_H += util/string.h
298LIB_H += util/run-command.h 298LIB_H += util/run-command.h
299LIB_H += util/sigchain.h 299LIB_H += util/sigchain.h
300LIB_H += util/symbol.h 300LIB_H += util/symbol.h
301LIB_H += util/color.h
301 302
302LIB_OBJS += util/abspath.o 303LIB_OBJS += util/abspath.o
303LIB_OBJS += util/alias.o 304LIB_OBJS += util/alias.o
@@ -319,6 +320,7 @@ LIB_OBJS += util/usage.o
319LIB_OBJS += util/wrapper.o 320LIB_OBJS += util/wrapper.o
320LIB_OBJS += util/sigchain.o 321LIB_OBJS += util/sigchain.o
321LIB_OBJS += util/symbol.o 322LIB_OBJS += util/symbol.o
323LIB_OBJS += util/color.o
322LIB_OBJS += util/pager.o 324LIB_OBJS += util/pager.o
323 325
324BUILTIN_OBJS += builtin-help.o 326BUILTIN_OBJS += builtin-help.o