• Sam Ravnborg's avatar
    [PATCH] kbuild: do not run split-include for all compilations · 1ef75673
    Sam Ravnborg authored
    When a rule in the top-level Makefile includes scripts as one
    of the prerequisites it inherits FORCE, and thus is always build.
    include/linux/autoconf.h recently included scripts hereby forcing
    split-include to be run for each compilation.
    
    Fix all rules that lists scripts as a prerequisite but did not list FORCE.
    Fixed by listing the executable needed direct.
    1ef75673
Makefile 27.3 KB