Searched refs:kconfig_file (Results 1 – 2 of 2) sorted by relevance
149 local kconfig_file="$2"151 rm -f "$kconfig_file" 2> /dev/null155 cat "$kconfig_src" >> "$kconfig_file"162 local kconfig_file="$2"164 if [[ -f "${kconfig_file}" ]]; then165 local local_modified="$(stat -c %Y "${kconfig_file}")"174 do_update_kconfig "$kernel_checkout" "$kconfig_file"181 do_update_kconfig "$kernel_checkout" "$kconfig_file"247 local kconfig_file="${OUTPUT_DIR}/latest.config"248 local make_command="make -j ${NUM_COMPILE_JOBS} KCONFIG_CONFIG=${kconfig_file}"[all …]
314 local kconfig_file="$2"316 rm -f "$kconfig_file" 2> /dev/null320 cat "$kconfig_src" >> "$kconfig_file"327 local kconfig_file="$2"329 if [[ -f "${kconfig_file}" ]]; then330 local local_modified="$(stat -c %Y "${kconfig_file}")"339 do_update_kconfig "$kernel_checkout" "$kconfig_file"346 do_update_kconfig "$kernel_checkout" "$kconfig_file"426 local kconfig_file="${OUTPUT_DIR}/latest.config"428 -j ${NUM_COMPILE_JOBS} KCONFIG_CONFIG=${kconfig_file}"[all …]