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? Not what I expected... Thanks, ~Randy -- 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