[packages/kernel-misc-bttv] SUBDIRS= notation is no longer supported in kernels >= 5.4
arekm
arekm at pld-linux.org
Tue Nov 26 19:12:19 CET 2019
commit b51143f28373e19e16a75108a12f0b611e98b97f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Nov 26 19:12:09 2019 +0100
SUBDIRS= notation is no longer supported in kernels >= 5.4
kernel-misc-bttv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel-misc-bttv.spec b/kernel-misc-bttv.spec
index 741bc99..b2270c3 100644
--- a/kernel-misc-bttv.spec
+++ b/kernel-misc-bttv.spec
@@ -72,10 +72,10 @@ install -d include/{linux,config}
ln -sf %{_kernelsrcdir}/include/linux/autoconf.h include/linux/autoconf.h
ln -sf %{_kernelsrcdir}/asm-%{_arch} include/asm
touch include/config/MARKER
-%{__make} -C %{_kernelsrcdir} SUBDIRS=$PWD O=$PWD V=1 modules
+%{__make} -C %{_kernelsrcdir} M=$PWD O=$PWD V=1 modules
mv *.ko build-done/UP/
-%{__make} -C %{_kernelsrcdir} SUBDIRS=$PWD O=$PWD V=1 mrproper
+%{__make} -C %{_kernelsrcdir} M=$PWD O=$PWD V=1 mrproper
ln -sf %{_kernelsrcdir}/config-smp .config
rm -rf include
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel-misc-bttv.git/commitdiff/b51143f28373e19e16a75108a12f0b611e98b97f
More information about the pld-cvs-commit
mailing list