summaryrefslogtreecommitdiff
path: root/Documentation/perf_counter/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-05-01 18:29:57 +0200
committerThomas Gleixner <tglx@linutronix.de>2009-05-01 18:38:00 +0200
commit6eda5838bc5771578986429cde4a0870e1e5f5e1 (patch)
tree94b77643feda0d312bcd4c5b70fea8a268ef2f81 /Documentation/perf_counter/Makefile
parent3666932bf2212a8fa77e344c5d946e86787bdbbe (diff)
downloadlwn-6eda5838bc5771578986429cde4a0870e1e5f5e1.tar.gz
lwn-6eda5838bc5771578986429cde4a0870e1e5f5e1.zip
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
LIB_FILE=libperf.a
LIB_H += ../../include/linux/perf_counter.h
+LIB_H += perf.h
LIB_H += util/levenshtein.h
LIB_H += util/parse-options.h
LIB_H += util/quote.h