diff options
author | Jiri Olsa <jolsa@redhat.com> | 2013-03-18 17:04:35 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-05-29 08:00:55 -0400 |
commit | 4ddc929c29d5c07c0b463cdf2300774e20dbdbfd (patch) | |
tree | 14b14b56ecabbbbf7ebda4e573105651b06b4828 /tools/perf | |
parent | cd1c39f2c43701340ac287df5f306833533c8a7e (diff) |
perf tools: Final touches for CHK config move
Removing no longer needed ifdefs.
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1369398928-9809-18-git-send-email-jolsa@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 240bf8861d7b..74fdd2bd4146 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -422,14 +422,6 @@ BUILTIN_OBJS += $(OUTPUT)builtin-mem.o | |||
422 | 422 | ||
423 | PERFLIBS = $(LIB_FILE) $(LIBLK) $(LIBTRACEEVENT) | 423 | PERFLIBS = $(LIB_FILE) $(LIBLK) $(LIBTRACEEVENT) |
424 | 424 | ||
425 | # | ||
426 | # Platform specific tweaks | ||
427 | # | ||
428 | ifneq ($(MAKECMDGOALS),clean) | ||
429 | ifneq ($(MAKECMDGOALS),tags) | ||
430 | |||
431 | -include config/feature-tests.mak | ||
432 | |||
433 | # We choose to avoid "if .. else if .. else .. endif endif" | 425 | # We choose to avoid "if .. else if .. else .. endif endif" |
434 | # because maintaining the nesting to match is a pain. If | 426 | # because maintaining the nesting to match is a pain. If |
435 | # we had "elif" things would have been much nicer... | 427 | # we had "elif" things would have been much nicer... |
@@ -519,9 +511,6 @@ ifdef ASCIIDOC8 | |||
519 | export ASCIIDOC8 | 511 | export ASCIIDOC8 |
520 | endif | 512 | endif |
521 | 513 | ||
522 | endif # MAKECMDGOALS != tags | ||
523 | endif # MAKECMDGOALS != clean | ||
524 | |||
525 | LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--end-group | 514 | LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--end-group |
526 | 515 | ||
527 | ALL_CFLAGS += $(BASIC_CFLAGS) | 516 | ALL_CFLAGS += $(BASIC_CFLAGS) |