aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2016-07-11 22:39:58 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-07-12 14:20:40 -0400
commit3c7752f7ab6d591d07f0851321d6ab1ace46e6fb (patch)
tree8327c7ad39d7426b4cbca5abf70af8d5476bc562 /tools/perf
parent1d4489d0ec141fe77eb79ce9bf9179d0342cb809 (diff)
perf tools: Don't add kernel directories to the header search path
We've decided not to access kernel source files because changes there could break the tooling side, this is one more step in that direction. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-ar0hupkxl45h5hk09l2rprj3@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/config/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
index 49a213068283..97d47140a637 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -210,11 +210,7 @@ CFLAGS += -I$(srctree)/tools/include/uapi
210CFLAGS += -I$(srctree)/tools/include/ 210CFLAGS += -I$(srctree)/tools/include/
211CFLAGS += -I$(srctree)/tools/arch/$(ARCH)/include/uapi 211CFLAGS += -I$(srctree)/tools/arch/$(ARCH)/include/uapi
212CFLAGS += -I$(srctree)/tools/arch/$(ARCH)/include/ 212CFLAGS += -I$(srctree)/tools/arch/$(ARCH)/include/
213CFLAGS += -I$(srctree)/arch/$(ARCH)/include/uapi
214CFLAGS += -I$(srctree)/arch/$(ARCH)/include
215CFLAGS += -I$(srctree)/tools/arch/$(ARCH)/ 213CFLAGS += -I$(srctree)/tools/arch/$(ARCH)/
216CFLAGS += -I$(srctree)/include/uapi
217CFLAGS += -I$(srctree)/include
218 214
219# $(obj-perf) for generated common-cmds.h 215# $(obj-perf) for generated common-cmds.h
220# $(obj-perf)/util for generated bison/flex headers 216# $(obj-perf)/util for generated bison/flex headers