diff options
Diffstat (limited to 'tools')
-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) |