x86/platform: Fix "make O=dir kvmconfig"
authorAntonio Borneo <[email protected]>
Sun, 13 Apr 2014 08:26:08 +0000 (16:26 +0800)
committerIngo Molnar <[email protected]>
Mon, 14 Apr 2014 06:50:36 +0000 (08:50 +0200)
commitf96364041ccda63ff4bed96fd06b267d8d841dc0
tree283099105e97951e3fdce5bd3bed36fdad89fbb0
parentab0a9358ecf87bb801ce124473e7db713457bec4
x86/platform: Fix "make O=dir kvmconfig"

Running:

make O=dir x86_64_defconfig
make O=dir kvmconfig

the second command dirties the source tree with file ".config",
symlink "source" and objects in folder "scripts".

Fixed by using properly prefixed paths in the arch Makefile.

Signed-off-by: Antonio Borneo <[email protected]>
Acked-by: Borislav Petkov <[email protected]>
Cc: Pekka Enberg <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/Makefile