tools/perf/build: Simplify the autodep inclusion rule
authorIngo Molnar <mingo@kernel.org>
Thu, 10 Oct 2013 07:10:59 +0000 (09:10 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 14 Oct 2013 13:29:18 +0000 (10:29 -0300)
commit231486a5223b1023bcabf53d16d63a83b9f27bf7
treea4dcc4ecaf223e26ba03c445e24ccaac2cc4aa24
parent046fa7ae20d2390c65be8eb406efecff15e8b71d
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 <namhyung@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/config/feature-checks/Makefile