aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@redhat.com>2013-03-18 17:04:35 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2013-05-29 08:00:55 -0400
commit4ddc929c29d5c07c0b463cdf2300774e20dbdbfd (patch)
tree14b14b56ecabbbbf7ebda4e573105651b06b4828 /tools/perf/Makefile
parentcd1c39f2c43701340ac287df5f306833533c8a7e (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/Makefile')
-rw-r--r--tools/perf/Makefile11
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
423PERFLIBS = $(LIB_FILE) $(LIBLK) $(LIBTRACEEVENT) 423PERFLIBS = $(LIB_FILE) $(LIBLK) $(LIBTRACEEVENT)
424 424
425#
426# Platform specific tweaks
427#
428ifneq ($(MAKECMDGOALS),clean)
429ifneq ($(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
520endif 512endif
521 513
522endif # MAKECMDGOALS != tags
523endif # MAKECMDGOALS != clean
524
525LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--end-group 514LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--end-group
526 515
527ALL_CFLAGS += $(BASIC_CFLAGS) 516ALL_CFLAGS += $(BASIC_CFLAGS)