UBUNTU: [Packaging] ignore KBUILD_VERBOSE in arch-has-odm-enabled.sh

Recent kernels don't seem to set KBUILD_VERBOSE anymore, also checking
this variable to determine if we need to enable/disable Ubuntu ODM
drivers does not make any sense, so simply disable this check.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Andrea Righi
2023-04-26 11:20:49 +02:00
committed by Paolo Pisati
parent ffea222f23
commit 337c7eeb4a
-4
View File
@@ -3,10 +3,6 @@
set -e
if [ "$1" = "" ]; then
# This would be set doing the actual kernel build
if [ "$KBUILD_VERBOSE" = "" ]; then
return 1
fi
case $ARCH in
x86) ARCH=amd64;;
*) ;;