aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNamhyung Kim <[email protected]>2013-01-16 20:59:54 +0900
committerArnaldo Carvalho de Melo <[email protected]>2013-01-24 16:40:44 -0300
commit1aa3d1780f518080e6a51a5288cd05fb4b34d82c (patch)
tree89e3b0b4c0a461df056dbcf520c399f7bbb019ce
parentff582680f8762293aa45eb5cf2faacadbe73b435 (diff)
perf tools: Get rid of unused include of config.mak
These lines are came from GIT Makefile and never used for perf. I found it from make -d output during working on previous patch. Updating makefiles.... Considering target file `arch/x86/Makefile'. No need to remake target `arch/x86/Makefile'. Considering target file `config.mak'. File `config.mak' does not exist. Must remake target `config.mak'. Failed to remake target file `config.mak'. Considering target file `config.mak.autogen'. File `config.mak.autogen' does not exist. Must remake target `config.mak.autogen'. Failed to remake target file `config.mak.autogen'. Signed-off-by: Namhyung Kim <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r--tools/perf/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index e18163bb32d7..6aef6d00e3c2 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -534,9 +534,6 @@ ifneq ($(MAKECMDGOALS),tags)
# because maintaining the nesting to match is a pain. If
# we had "elif" things would have been much nicer...
--include config.mak.autogen
--include config.mak
-
ifdef NO_LIBELF
NO_DWARF := 1
NO_DEMANGLE := 1