]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig/merge_config.sh: Support KCONFIG_CONFIG
authorGabriel de Perthuis <g2p.code@gmail.com>
Wed, 14 Oct 2015 14:04:20 +0000 (16:04 +0200)
committerMichal Marek <mmarek@suse.com>
Wed, 14 Oct 2015 14:19:33 +0000 (16:19 +0200)
commit26ebf2b71107780643fa5bfef12a2521606e2812
tree9ec83afc486ff9fb200d5e0f9c1abae6a811c82b
parent5909ff30a9d7ef896f95e05d7c3fc7bf1ffdd0b7
kconfig/merge_config.sh: Support KCONFIG_CONFIG

All make targets support $KCONFIG_CONFIG because they
run scripts/kconf.  Make sure merge_config.sh accesses the
correct file in all cases.

Previously this script broke in two different code paths,
one for targets like kvmconfig (which use merge_config.sh -m
then call a target that respects KCONFIG_CONFIG) and one for
direct use of the script without -m, which called make rules
that edit KCONFIG_CONFIG but verified a different file.

Signed-off-by: Gabriel de Perthuis <g2p.code@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/kconfig/merge_config.sh