summaryrefslogtreecommitdiff
path: root/scripts/kconfig/menu.c
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-10-15 03:33:57 (GMT)
committerMichael Ellerman <mpe@ellerman.id.au>2015-10-15 09:31:42 (GMT)
commitbd960f09830cacd812b272b0ddbf4116a503cbbd (patch)
tree78ec5ff2913428bd168c062de4eac829fcbf9fc7 /scripts/kconfig/menu.c
parent891121e6c02c6242487aa4ea1d5c75b7ecdc45ee (diff)
downloadlinux-bd960f09830cacd812b272b0ddbf4116a503cbbd.tar.xz
scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building with O=
My recent commit d2036f30cfe1 ("scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target"), contained a bug in that when it checks if KBUILD_DEFCONFIG is a file it forgets to prepend $(srctree) to the path. This causes the build to fail when building out of tree (with O=), and when the value of KBUILD_DEFCONFIG is 'defconfig'. In that case we will fail to find the 'defconfig' file, because we look in the build directory not $(srctree), and so we will call Make again with 'defconfig' as the target. From there we loop infinitely calling 'make defconfig' again and again. The fix is simple, we need to look for the file under $(srctree). Fixes: d2036f30cfe1 ("scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target") Reported-by: Olof Johansson <olof@lixom.net> Acked-by: Michal Marek <mmarek@suse.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'scripts/kconfig/menu.c')
0 files changed, 0 insertions, 0 deletions