mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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. Tested-by: Naveen N. Rao <[email protected]> Acked-by: Jiri Olsa <[email protected]> Cc: Sukadev Bhattiprolu <[email protected]> Cc: Zefan Li <[email protected]> Cc: [email protected] Signed-off-by: Wang Nan <[email protected]> Link: http://lkml.kernel.org/r/[email protected] [ Add missing srctree definition in tests/make ] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>