Lines Matching refs:kconfig_file
148 local kconfig_file="$2"
150 rm -f "$kconfig_file" 2> /dev/null
154 cat "$kconfig_src" >> "$kconfig_file"
161 local kconfig_file="$2"
163 if [[ -f "${kconfig_file}" ]]; then
164 local local_modified="$(stat -c %Y "${kconfig_file}")"
173 do_update_kconfig "$kernel_checkout" "$kconfig_file"
180 do_update_kconfig "$kernel_checkout" "$kconfig_file"
243 local kconfig_file="${OUTPUT_DIR}/latest.config"
244 local make_command="make -j ${NUM_COMPILE_JOBS} KCONFIG_CONFIG=${kconfig_file}"
267 update_kconfig "${kernel_checkout}" "${kconfig_file}"