diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-05-01 12:29:57 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-05-01 12:38:00 -0400 |
commit | 6eda5838bc5771578986429cde4a0870e1e5f5e1 (patch) | |
tree | 94b77643feda0d312bcd4c5b70fea8a268ef2f81 /Documentation/perf_counter/Makefile | |
parent | 3666932bf2212a8fa77e344c5d946e86787bdbbe (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/Makefile | 1 |
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 | |||
287 | LIB_FILE=libperf.a | 287 | LIB_FILE=libperf.a |
288 | 288 | ||
289 | LIB_H += ../../include/linux/perf_counter.h | 289 | LIB_H += ../../include/linux/perf_counter.h |
290 | LIB_H += perf.h | ||
290 | LIB_H += util/levenshtein.h | 291 | LIB_H += util/levenshtein.h |
291 | LIB_H += util/parse-options.h | 292 | LIB_H += util/parse-options.h |
292 | LIB_H += util/quote.h | 293 | LIB_H += util/quote.h |