From: Ben Gardiner Date: Tue, 14 Dec 2010 16:39:44 +0000 (-0500) Subject: kbuild: fix interaction of CONFIG_IKCONFIG and KCONFIG_CONFIG X-Git-Tag: v2.6.38-rc1~440^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41263fc6716dea402125c95f38ed83ebf59d5172;p=pandora-kernel.git kbuild: fix interaction of CONFIG_IKCONFIG and KCONFIG_CONFIG If you try to build a kernel with KCONFIG_CONFIG set (to a value not equal to .config) and that config sets CONFIG_IKCONFIG then the build will fail with: make[1]: *** No rule to make target `.config', needed by \ `kernel/config_data.gz'. Stop. because the kernel/Makefile contains a direct reference to .config. This issue has been present since the introduction of KCONFIG_CONFIG in 14cdd3c402bf7c66f0bcd76e290f0770a54a4b21. Signed-off-by: Ben Gardiner CC: Roman Zippel CC: Michal Marek Reviewed-by: Michal Marek Signed-off-by: Michal Marek --- Reading git-diff-tree failed