perf tools: Move libdw availability check before arch Makefile
authorNamhyung Kim <namhyung.kim@lge.com>
Fri, 28 Sep 2012 09:31:57 +0000 (18:31 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 29 Sep 2012 00:07:36 +0000 (21:07 -0300)
commitfee9e3732a377275a99b6f3c8b4e1f1569f17575
tree8e00a96e78aaea4c63959320a8fdd3e981103ff8
parent1d787d37c8ff6612b8151c6dff15bfa7347bcbdf
perf tools: Move libdw availability check before arch Makefile

Since NO_DWARF is used in arch/$(ARCH)/Makefiles, it should be checked
before including those files.  It was moved by mistake during libelf
dependency removal work by me, sorry.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1348824728-14025-2-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile