# Additional kernel build options which are appended to the end of the
# "make" command. For example, W=2 KALLSYMS_EXTRA_PASS=1.
- make_options =
+ kmake_opts =
# More "prj_xyz" sections may be added
#
# cfg_name. cfg_descr, cfg_path, cfg_configs, cfg_branch, cfg_reply_to_all,
# cfg_accept_notify, cfg_always_cc, cfg_unwanted_keywords, and
-# cfg_make_options.
+# cfg_kmake_opts.
#
# If the project is not found, this function only defined an empty "cfg_name"
# variable.
cfg_always_cc="$(ini_config_get "$cfgfile" "prj_$prj" "always_cc")"
cfg_unwanted_keywords="$(ini_config_get "$cfgfile" ""prj_$prj"" "unwanted_keywords")"
- cfg_make_options="$(ini_config_get "$cfgfile" "prj_$prj" "make_options")"
+ cfg_kmake_opts="$(ini_config_get "$cfgfile" "prj_$prj" "kmake_opts")"
}
# Compose (but not send) e-mail reply. This function assumes that the following
-i "$mbox" -j "$cfg_jobs" -c "$cfg_branch" -w "$tmpdir" \
${confdir:+-C "$confdir"} \
${cfg_unwanted_keywords:+-K "$cfg_unwanted_keywords"} -- \
- ${cfg_make_options:+-M "$cfg_make_options"} \
+ ${cfg_kmake_opts:+-M "$cfg_kmake_opts"} \
"$cfg_path" "$cfg_configs" > "$tmpdir/test-patchset.log" ||
{
verbose "aiaiai-test-patchset failed"