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

/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh149 local kconfig_file="$2"
151 rm -f "$kconfig_file" 2> /dev/null
155 cat "$kconfig_src" >> "$kconfig_file"
162 local kconfig_file="$2"
164 if [[ -f "${kconfig_file}" ]]; then
165 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...]
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh282 local kconfig_file="$2"
284 rm -f "$kconfig_file" 2> /dev/null
288 cat "$kconfig_src" >> "$kconfig_file"
295 local kconfig_file="$2"
297 if [[ -f "${kconfig_file}" ]]; then
298 local local_modified="$(stat -c %Y "${kconfig_file}")"
307 do_update_kconfig "$kernel_checkout" "$kconfig_file"
314 do_update_kconfig "$kernel_checkout" "$kconfig_file"
386 local kconfig_file="${OUTPUT_DIR}/latest.config"
387 local make_command="make -j ${NUM_COMPILE_JOBS} KCONFIG_CONFIG=${kconfig_file}"
[all...]

Completed in 103 milliseconds