Skip to content
Snippets Groups Projects
Commit ef703b26 authored by Yuri.Sh's avatar Yuri.Sh Committed by GitHub
Browse files

Merge pull request #111 from philipl/master

dkms: Support building for non-current kernel.
parents 23777b72 d4764845
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,8 +24,8 @@ EXTRA_FLAGS += -I$(PWD)
# any valid path to the directory in which the target kernel's source is located
# can be provided on the command line.
#
KDIR := /lib/modules/$(shell uname -r)/build
MDIR := /lib/modules/$(shell uname -r)
KDIR ?= /lib/modules/$(shell uname -r)/build
MDIR ?= /lib/modules/$(shell uname -r)
PWD := $(shell pwd)
KREL := $(shell cd ${KDIR} && make -s kernelrelease)
PWD := $(shell pwd)
Loading
Loading
PACKAGE_NAME="exfat"
PACKAGE_VERSION="1.2.8"
MAKE="KDIR=/lib/modules/$kernelver/build make"
MAKE="KDIR=/lib/modules/$kernelver/build MDIR=/lib/modules/$kernelver make"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="exfat"
AUTOINSTALL="yes"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment