aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/config/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2013-10-02 09:30:35 -0400
committerIngo Molnar <mingo@kernel.org>2013-10-09 02:48:57 -0400
commit0648f839ff754e2825fee2cb7080df5874316b3f (patch)
tree059769bbac2fe467adac1f531930e5f5a7ee3fe7 /tools/perf/config/Makefile
parent1c47661a93fe6f729c80ed18a1f9ab1c7fb0cac2 (diff)
tools/perf/build: Remove unused config/feature-tests.mak
Also remove try-cc et al. These got obsoleted by the split-out feature checks in config/feature-checks/. Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Namhyung Kim <namhyung@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/n/tip-Y6ailbiranadqlrl8Dfivjbi@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/config/Makefile')
-rw-r--r--tools/perf/config/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
index 89b2d47d2e4b..e80ffe8262b0 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -51,7 +51,6 @@ LIB_INCLUDE := $(srctree)/tools/lib/
51# include ARCH specific config 51# include ARCH specific config
52-include $(src-perf)/arch/$(ARCH)/Makefile 52-include $(src-perf)/arch/$(ARCH)/Makefile
53 53
54include $(src-perf)/config/feature-tests.mak
55include $(src-perf)/config/utilities.mak 54include $(src-perf)/config/utilities.mak
56 55
57ifeq ($(call get-executable,$(FLEX)),) 56ifeq ($(call get-executable,$(FLEX)),)
@@ -274,7 +273,7 @@ else
274 msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables dwarf support. Please install new elfutils-devel/libdw-dev); 273 msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables dwarf support. Please install new elfutils-devel/libdw-dev);
275 NO_DWARF := 1 274 NO_DWARF := 1
276 endif # Dwarf support 275 endif # Dwarf support
277 endif # SOURCE_LIBELF 276 endif # libelf support
278endif # NO_LIBELF 277endif # NO_LIBELF
279 278
280ifndef NO_LIBELF 279ifndef NO_LIBELF