summarylogtreecommitdiffstats
path: root/dkms.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dkms.conf')
-rw-r--r--dkms.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dkms.conf b/dkms.conf
index 6df1e9db5cfe..2cbefff293b3 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,7 +1,7 @@
PACKAGE_NAME='@PKGNAME@'
PACKAGE_VERSION='@PKGVER@'
AUTOINSTALL='yes'
-MAKE[0]='find -mindepth 1 -maxdepth 1 -type d -exec make -C {} \;'
+MAKE[0]='find -mindepth 1 -maxdepth 1 -type d -exec make KVERSION=$kernelver -C {} \;'
CLEAN='find -mindepth 1 -maxdepth 1 -type d -exec make clean -C {} \;'
BUILT_MODULE_NAME[0]='vmblock'