From: Ingo Molnar Date: Thu, 3 Oct 2013 12:32:10 +0000 (+0200) Subject: tools/perf/build: Pass through all targets to Makefile.perf X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~28^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b016a0dd08999218a05a4b176bc08a9ff68ccc5e;p=pandora-kernel.git tools/perf/build: Pass through all targets to Makefile.perf Jiri reported that 'make .o' stopped working: > [jolsa@krava perf]$ make -f Makefile perf.o > cc -c -o perf.o perf.c > In file included from builtin.h:4:0, > from perf.c:9: > util/util.h:74:24: fatal error: lk/debugfs.h: No such file or directory > compilation terminated. > make: *** [perf.o] Error 1 This is due to GNU make having built-in rules for popular targets such as *.o. Clear them out so that all targets as passed through to Makefile.perf. Reported-by: Jiri Olsa Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Namhyung Kim Cc: David Ahern Link: http://lkml.kernel.org/n/tip-5wkuvmlaaxtfgepKcvRij8sh@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed