Lines Matching refs:Config
10 [ -z "$KCONFIG_CONFIG" ] && KCONFIG_CONFIG=".config"
35 if isnewer generated/Config.in toys
117 echo "Make generated/config.h from $KCONFIG_CONFIG."
141 $KCONFIG_CONFIG > generated/config.h || exit 1
150 # Process config.h and newtoys.h to generate FLAG_x macros. Note we must
156 # .config and once to get flags for allyesconfig
166 cat generated/config.h
168 sed '/USE_.*([^)]*)$/s/$/ __VA_ARGS__/' generated/config.h
183 # If no pair (because command's disabled in config), use " " for flags
237 generated/config2help Config.in $KCONFIG_CONFIG > generated/help.h || exit 1