OMAP* Latest build failures
From: Russell King - ARM Linux <hidden>
Date: 2012-11-14 17:44:26
Also in:
linux-omap
From: Russell King - ARM Linux <hidden>
Date: 2012-11-14 17:44:26
Also in:
linux-omap
On Wed, Nov 14, 2012 at 09:17:31AM -0800, Tony Lindgren wrote:
Looks like the way to do this not to use oldnoconfig but to do: $ make KCONFIG_ALLCONFIG=../configs/rmk-omap4430-sdp-noconfig allnoconfig It seems that oldnoconfig will pick the new options that have default y?
That is the correct way to tell Kconfig to use the seed configuration - that forces the options in the ALLCONFIG file to the values in there in the final configuration while setting the rest of the options as desired by the all*config target.