Searched refs:kconfig_file (Results 1 – 2 of 2) sorted by relevance
323 local kconfig_file="$2"325 rm -f "$kconfig_file" 2> /dev/null329 cat "$kconfig_src" >> "$kconfig_file"336 local kconfig_file="$2"338 if [[ -f "${kconfig_file}" ]]; then339 local local_modified="$(stat -c %Y "${kconfig_file}")"348 do_update_kconfig "$kernel_checkout" "$kconfig_file"355 do_update_kconfig "$kernel_checkout" "$kconfig_file"435 local kconfig_file="${OUTPUT_DIR}/latest.config"437 -j ${NUM_COMPILE_JOBS} KCONFIG_CONFIG=${kconfig_file}"[all …]