aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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)