Skip to content
  • Alessandro Rubini's avatar
    Makefile: bugfix for parallel builds · 3dabecf4
    Alessandro Rubini authored
    
    
    When using "make -j" we must make silentoldconfig before building
    any object. Otherwise we may use the previous autoconf.h, in error
    if we just changed the configuration.
    
    This was exposed by ./MAKEALL with the properly working wr/non-wr build
    for wrs: previous wrcp_defconfig left CONFIG_EXT_WR active while
    building some file with wrs-nonwr_defconfig.
    
    Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
    3dabecf4