diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-10-14 10:40:57 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-14 12:22:52 -0700 |
commit | 7d380c8f1ed2b6768e1fc496ad373f716160fcf0 (patch) | |
tree | 36708002f70f6e331267d73fe68a27bc7578fd9a /tools/perf/Makefile | |
parent | 3d6ee36dfb2d40c72071f68173f67c728a0e19f3 (diff) | |
download | linux-3.10-7d380c8f1ed2b6768e1fc496ad373f716160fcf0.tar.gz linux-3.10-7d380c8f1ed2b6768e1fc496ad373f716160fcf0.tar.bz2 linux-3.10-7d380c8f1ed2b6768e1fc496ad373f716160fcf0.zip |
perf: Fix UAPI fallout
The UAPI commits forgot to test tooling builds such as tools/perf/,
and this fixes the fallout.
Manual conversion.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 247264502fb..f7c968ad517 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -252,10 +252,10 @@ $(OUTPUT)util/pmu.o: $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-bison.c LIB_FILE=$(OUTPUT)libperf.a -LIB_H += ../../include/linux/perf_event.h +LIB_H += ../../include/uapi/linux/perf_event.h LIB_H += ../../include/linux/rbtree.h LIB_H += ../../include/linux/list.h -LIB_H += ../../include/linux/const.h +LIB_H += ../../include/uapi/linux/const.h LIB_H += ../../include/linux/hash.h LIB_H += ../../include/linux/stringify.h LIB_H += util/include/linux/bitmap.h |