aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-05-01 12:29:57 -0400
committerThomas Gleixner <tglx@linutronix.de>2009-05-01 12:38:00 -0400
commit6eda5838bc5771578986429cde4a0870e1e5f5e1 (patch)
tree94b77643feda0d312bcd4c5b70fea8a268ef2f81 /Documentation/perf_counter/Makefile
parent3666932bf2212a8fa77e344c5d946e86787bdbbe (diff)
perfcounter tools: move common defines ... to local header file
No change, move of duplicated stuff only. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'Documentation/perf_counter/Makefile')
-rw-r--r--Documentation/perf_counter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile
index 877cf5dedb55..481e4c26cd45 100644
--- a/Documentation/perf_counter/Makefile
+++ b/Documentation/perf_counter/Makefile
@@ -287,6 +287,7 @@ export PERL_PATH
287LIB_FILE=libperf.a 287LIB_FILE=libperf.a
288 288
289LIB_H += ../../include/linux/perf_counter.h 289LIB_H += ../../include/linux/perf_counter.h
290LIB_H += perf.h
290LIB_H += util/levenshtein.h 291LIB_H += util/levenshtein.h
291LIB_H += util/parse-options.h 292LIB_H += util/parse-options.h
292LIB_H += util/quote.h 293LIB_H += util/quote.h