From: Jan Beulich Date: Thu, 8 Mar 2012 09:29:28 +0000 (+0000) Subject: perf tools: Adjust make rules X-Git-Tag: v3.4-rc1~4^2~7^2~5^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3d2d9bfb3b594b6e1f2b7eabfaf4e820a18c0e;p=pandora-kernel.git perf tools: Adjust make rules Add rules to generate pre-processed files (just like are available for the normal kernel build), and adjust the rule to create assembly files from C ones to produce its output in the output directory rather than in the source tree. E.g. $ make -C tools/perf/ O=/tmp/perf /tmp/perf/builtin-top.i make: Entering directory `/home/git/linux/tools/perf' CC /tmp/perf/builtin-top.i make: Leaving directory `/home/git/linux/tools/perf' $ wc -l /tmp/perf/builtin-top.i 31379 /tmp/perf/builtin-top.i $ Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/4F588A0802000078000770FF@nat28.tlf.novell.com Signed-off-by: Jan Beulich Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed