Lines Matching refs:config
17 [ -z "$KCONFIG_CONFIG" ] && KCONFIG_CONFIG=.config
131 #TODO: "make $SED && make" doesn't regenerate config.h because diff .config
132 if true #isnewer generated/config.h "$KCONFIG_CONFIG"
134 echo "Make generated/config.h from $KCONFIG_CONFIG."
159 $KCONFIG_CONFIG > generated/config.h || exit 1
167 # Process config.h and newtoys.h to generate FLAG_x macros. Note we must
175 # .config and once to get flags for allyesconfig
185 cat generated/config.h
187 $SED '/USE_.*([^)]*)$/s/$/ __VA_ARGS__/' generated/config.h
203 # If no pair (because command's disabled in config), use " " for flags
304 # $LIBFILES doesn't need to be rebuilt if older than .config, $TOYFILES does