]> git.proxmox.com Git - mirror_spl.git/blobdiff - module/Makefile.in
Fix CPU hotplug
[mirror_spl.git] / module / Makefile.in
index 49bdaa80874ee9ca2d19d08447da9c114f57672b..41c10101ed26f6104fcbf8649d2b25d6517c53af 100644 (file)
@@ -22,7 +22,8 @@ modules_install:
        @# Install the kernel modules
        $(MAKE) -C @LINUX_OBJ@ SUBDIRS=`pwd` $@ \
                INSTALL_MOD_PATH=$(DESTDIR)$(INSTALL_MOD_PATH) \
-               INSTALL_MOD_DIR=$(INSTALL_MOD_DIR)
+               INSTALL_MOD_DIR=$(INSTALL_MOD_DIR) \
+               KERNELRELEASE=@LINUX_VERSION@
        @# Remove extraneous build products when packaging
        kmoddir=$(DESTDIR)$(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@; \
        if [ -n $$kmoddir ]; then \