Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jiri Olsa and committed by
Arnaldo Carvalho de Melo
4ddc929c cd1c39f2

-11
-11
tools/perf/Makefile
··· 422 422 423 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 425 # We choose to avoid "if .. else if .. else .. endif endif" 434 426 # because maintaining the nesting to match is a pain. If 435 427 # we had "elif" things would have been much nicer... ··· 510 518 ifdef ASCIIDOC8 511 519 export ASCIIDOC8 512 520 endif 513 - 514 - endif # MAKECMDGOALS != tags 515 - endif # MAKECMDGOALS != clean 516 521 517 522 LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--end-group 518 523