Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/hid/
H A Dvmtest.sh148 local kconfig_file="$2"
150 rm -f "$kconfig_file" 2> /dev/null
154 cat "$kconfig_src" >> "$kconfig_file"
161 local kconfig_file="$2"
163 if [[ -f "${kconfig_file}" ]]; then
164 local local_modified="$(stat -c %Y "${kconfig_file}")"
173 do_update_kconfig "$kernel_checkout" "$kconfig_file"
180 do_update_kconfig "$kernel_checkout" "$kconfig_file"
243 local kconfig_file="${OUTPUT_DIR}/latest.config"
244 local make_command="make -j ${NUM_COMPILE_JOBS} KCONFIG_CONFIG=${kconfig_file}"
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H 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 …]
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py694 kconfig_file = tokens.get_next()
695 exp_kconfig_file = self._expand_sym_refs(kconfig_file)
704 kconfig_file, exp_kconfig_file,