Home
last modified time | relevance | path

Searched refs:kconfig_file (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/hid/
H A Dvmtest.sh
/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh323 local kconfig_file="$2"
325 rm -f "$kconfig_file" 2> /dev/null
329 cat "$kconfig_src" >> "$kconfig_file"
336 local kconfig_file="$2"
338 if [[ -f "${kconfig_file}" ]]; then
339 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 …]