[RESEND PATCH v4 2/3] tools: Move Makefile.arch from perf/config to tools/scripts

Naveen N. Rao naveen.n.rao at linux.vnet.ibm.com
Thu Dec 17 16:10:28 AEDT 2015


On 2015/12/17 01:43AM, Wang Nan wrote:
> After this patch other directories can use this architecture detector
> without directly including it from perf's directory. Libbpf would
> utilize it to get proper $(ARCH) so it can receive correct uapi include
> directory.
> 
> Signed-off-by: Wang Nan <wangnan0 at huawei.com>
> Acked-by: Jiri Olsa <jolsa at kernel.org>
> Tested-by: Naveen N. Rao <naveen.n.rao at linux.vnet.ibm.com>
> Cc: Arnaldo Carvalho de Melo <acme at kernel.org>
> Cc: Naveen N. Rao <naveen.n.rao at linux.vnet.ibm.com>
> Cc: Sukadev Bhattiprolu <sukadev at linux.vnet.ibm.com>
> ---
>  tools/perf/config/Makefile      |  2 +-
>  tools/perf/config/Makefile.arch | 18 ------------------
>  tools/perf/tests/make           |  2 +-
>  tools/scripts/Makefile.arch     | 18 ++++++++++++++++++
>  4 files changed, 20 insertions(+), 20 deletions(-)
>  delete mode 100644 tools/perf/config/Makefile.arch
>  create mode 100644 tools/scripts/Makefile.arch
   ^^^^^^
This is different from your previous version. This should be a file 
rename.

- Naveen



More information about the Linuxppc-dev mailing list