perf tools: tools/include should come before tools/uapi/include
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 19 Aug 2019 14:11:30 +0000 (11:11 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 20 Aug 2019 15:07:22 +0000 (12:07 -0300)
commit146dc303630aff5fdf006614a67704539c519c33
treea5731fd23496cfcdde156fdbb3a9f1ad6e08ea24
parent6e98bc349ea4219e21785d85809b10bd49e722df
perf tools: tools/include should come before tools/uapi/include

The next cset will grap const.h copies from the kernel to keep bits.h
in sync as it started to use linux/const.h, that in turn includes
uapi/linux/const.h.

So now we have a file with the same name in tools/include and
tools/uapi/include, and one includes the other, we need to have
tools/include/uapi/ after tools/include/ for this to work, fix it.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-qzjqxa1wdrt51kwadyqawnuj@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile.config