From: Ingo Molnar Date: Thu, 10 Oct 2013 07:10:59 +0000 (+0200) Subject: tools/perf/build: Simplify the autodep inclusion rule X-Git-Tag: v3.13-rc1~149^2~28^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=231486a5223b1023bcabf53d16d63a83b9f27bf7;p=platform%2Fkernel%2Flinux-stable.git tools/perf/build: Simplify the autodep inclusion rule Namhyung Kim noticed that the autodep .d file inclusion rule was unnecessarily complicated: > > +-include *.d */*.d > > Hmm.. this */*.d part is really needed? Only include *.d files. Reported-by: Namhyung Kim Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: David Ahern Cc: Jiri Olsa Signed-off-by: Ingo Molnar Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/config/feature-checks/Makefile b/tools/perf/config/feature-checks/Makefile index c70d23e..452b67c 100644 --- a/tools/perf/config/feature-checks/Makefile +++ b/tools/perf/config/feature-checks/Makefile @@ -136,7 +136,7 @@ test-on-exit: test-backtrace: $(BUILD) --include *.d */*.d +-include *.d ###############################