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 481e4c26cd45..45daa72facdc 100644
--- a/Documentation/perf_counter/Makefile
+++ b/Documentation/perf_counter/Makefile
@@ -290,6 +290,7 @@ LIB_H += ../../include/linux/perf_counter.h
290LIB_H += perf.h 290LIB_H += perf.h
291LIB_H += util/levenshtein.h 291LIB_H += util/levenshtein.h
292LIB_H += util/parse-options.h 292LIB_H += util/parse-options.h
293LIB_H += util/parse-events.h
293LIB_H += util/quote.h 294LIB_H += util/quote.h
294LIB_H += util/util.h 295LIB_H += util/util.h
295LIB_H += util/help.h 296LIB_H += util/help.h
@@ -304,6 +305,7 @@ LIB_OBJS += util/exec_cmd.o
304LIB_OBJS += util/help.o 305LIB_OBJS += util/help.o
305LIB_OBJS += util/levenshtein.o 306LIB_OBJS += util/levenshtein.o
306LIB_OBJS += util/parse-options.o 307LIB_OBJS += util/parse-options.o
308LIB_OBJS += util/parse-events.o
307LIB_OBJS += util/path.o 309LIB_OBJS += util/path.o
308LIB_OBJS += util/run-command.o 310LIB_OBJS += util/run-command.o
309LIB_OBJS += util/quote.o 311LIB_OBJS += util/quote.o