Sam Ravnborg wrote: > On Wed, Apr 29, 2009 at 03:38:36PM -0700, Randy Dunlap wrote: >> Hi, >> >> I often use >> make KCONFIG_ALLCONFIG=filename allnoconfig >> >> and it works fine. However, when I use O= with that: >> >> make O=xx64 KCONFIG_ALLCONFIG=filename allnoconfig >> >> I get an xx64/.config file that is the same as >> >> make O=xx64 allnoconfig >> >> I.e., the KCONFIG_ALLCONFIG=filename part was ignored. >> >> Is this new? expected? known? > I dunno if it is new but it is not expected. > Can you try if it help to move 'filename' to output directory. make O=xx64 KCONFIG_ALLCONFIG=xx64/filename allnoconfig gives the same result as 'make allnoconfig'. --- -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html