On 29.3.2013 01:46, liguang wrote: > if we pull some commits from other git repo > which bring in a few CONFIG_* options, then > we have to build all again, but we do assure > these options are not interesting for us, > so the long waiting build will be offending. > this change help us to avoid all-build. scripts/basic/fixdep makes sure that only the affected parts are rebuild when the config changes. Obviously, if a CONFIG_ option appears in a widely used header file, the whole kernel is rebuilt. Otherwise object files would be built with different versions of the header file. If you want to shoot yourself in the foot and override this, then do a 'touch include/config/*.conf', but please do not add such a hack to the Makefile. Michal -- 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