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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile
index 6bffa86af6be..412dea15d0b7 100644
--- a/Documentation/perf_counter/Makefile
+++ b/Documentation/perf_counter/Makefile
@@ -287,6 +287,8 @@ LIB_FILE=libperf.a
287 287
288LIB_H += ../../include/linux/perf_counter.h 288LIB_H += ../../include/linux/perf_counter.h
289LIB_H += perf.h 289LIB_H += perf.h
290LIB_H += util/list.h
291LIB_H += util/rbtree.h
290LIB_H += util/levenshtein.h 292LIB_H += util/levenshtein.h
291LIB_H += util/parse-options.h 293LIB_H += util/parse-options.h
292LIB_H += util/parse-events.h 294LIB_H += util/parse-events.h
@@ -306,6 +308,7 @@ LIB_OBJS += util/levenshtein.o
306LIB_OBJS += util/parse-options.o 308LIB_OBJS += util/parse-options.o
307LIB_OBJS += util/parse-events.o 309LIB_OBJS += util/parse-events.o
308LIB_OBJS += util/path.o 310LIB_OBJS += util/path.o
311LIB_OBJS += util/rbtree.o
309LIB_OBJS += util/run-command.o 312LIB_OBJS += util/run-command.o
310LIB_OBJS += util/quote.o 313LIB_OBJS += util/quote.o
311LIB_OBJS += util/strbuf.o 314LIB_OBJS += util/strbuf.o