Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/hid/
A Dvmtest.sh142 local kconfig_file="$2"
144 rm -f "$kconfig_file" 2> /dev/null
148 cat "$kconfig_src" >> "$kconfig_file"
155 local kconfig_file="$2"
157 if [[ -f "${kconfig_file}" ]]; then
158 local local_modified="$(stat -c %Y "${kconfig_file}")"
167 do_update_kconfig "$kernel_checkout" "$kconfig_file"
174 do_update_kconfig "$kernel_checkout" "$kconfig_file"
237 local kconfig_file="${OUTPUT_DIR}/latest.config"
238 local make_command="make -j ${NUM_COMPILE_JOBS} KCONFIG_CONFIG=${kconfig_file}"
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dvmtest.sh280 local kconfig_file="$2"
282 rm -f "$kconfig_file" 2> /dev/null
286 cat "$kconfig_src" >> "$kconfig_file"
293 local kconfig_file="$2"
295 if [[ -f "${kconfig_file}" ]]; then
296 local local_modified="$(stat -c %Y "${kconfig_file}")"
305 do_update_kconfig "$kernel_checkout" "$kconfig_file"
312 do_update_kconfig "$kernel_checkout" "$kconfig_file"
384 local kconfig_file="${OUTPUT_DIR}/latest.config"
385 local make_command="make -j ${NUM_COMPILE_JOBS} KCONFIG_CONFIG=${kconfig_file}"
[all …]

Completed in 4 milliseconds