diff options
author | Aaro Koskinen <aaro.koskinen@nokia.com> | 2015-07-01 14:54:42 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-07-01 17:53:49 -0300 |
commit | 642273795fa81da11290ffa90bce6ff242f2a7bb (patch) | |
tree | 585b991d181414d774d0ba5c0700f59856c9e4fb /tools/build | |
parent | 1df9fade87ea4831c024de9806f88427f9f33e62 (diff) | |
download | op-kernel-dev-642273795fa81da11290ffa90bce6ff242f2a7bb.zip op-kernel-dev-642273795fa81da11290ffa90bce6ff242f2a7bb.tar.gz |
perf tools: Create config.detected into OUTPUT directory
Create config.detected into OUTPUT directory instead of source
directory.
This fixes parallel builds that share the same source directory.
Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1435751683-18500-1-git-send-email-aaro.koskinen@nokia.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile.build b/tools/build/Makefile.build index a51244a..faca2bf 100644 --- a/tools/build/Makefile.build +++ b/tools/build/Makefile.build @@ -25,7 +25,7 @@ build-dir := $(srctree)/tools/build include $(build-dir)/Build.include # do not force detected configuration --include .config-detected +-include $(OUTPUT).config-detected # Init all relevant variables used in build files so # 1) they have correct type |