diff options
author | Namhyung Kim <namhyung.kim@lge.com> | 2013-01-16 06:59:54 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-01-24 14:40:44 -0500 |
commit | 1aa3d1780f518080e6a51a5288cd05fb4b34d82c (patch) | |
tree | 89e3b0b4c0a461df056dbcf520c399f7bbb019ce /tools | |
parent | ff582680f8762293aa45eb5cf2faacadbe73b435 (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 <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1358337594-10916-2-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/Makefile | 3 |
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) | |||
534 | # because maintaining the nesting to match is a pain. If | 534 | # because maintaining the nesting to match is a pain. If |
535 | # we had "elif" things would have been much nicer... | 535 | # we had "elif" things would have been much nicer... |
536 | 536 | ||
537 | -include config.mak.autogen | ||
538 | -include config.mak | ||
539 | |||
540 | ifdef NO_LIBELF | 537 | ifdef NO_LIBELF |
541 | NO_DWARF := 1 | 538 | NO_DWARF := 1 |
542 | NO_DEMANGLE := 1 | 539 | NO_DEMANGLE := 1 |