UBUNTU: [Packaging] propagate makefile variables to kernelconfig

BugLink: https://bugs.launchpad.net/bugs/2007654

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Andrea Righi
2023-02-11 11:31:09 +01:00
committed by Paolo Pisati
parent 5ddf9aec34
commit ad500f1b65
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ EOF
# Call config target
echo
echo "* Run ${target} on ${arch}/${flavour} ..."
make O=build "${env[@]}" "${target}"
${kmake} O=build "${env[@]}" "${target}"
# Move config for further processing
mv build/.config "${tmp_conf_file}"