linux-postmarketos-mediatek-mt6735: V=1 workaround (MR 5240)

Until this kernel is upgraded to 6.2, we need V=1 to work around silent
make output leading to failing builds.
This commit is contained in:
Oliver Smith 2024-06-23 14:31:52 +02:00
parent da712cf901
commit e22a36d977
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -31,8 +31,9 @@ prepare() {
build() {
unset LDFLAGS
# V=1: workaround for pma#1990
make ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION=$((pkgrel + 1 ))
KBUILD_BUILD_VERSION=$((pkgrel + 1 )) V=1
}
package() {