Skip to content

Commit

Permalink
makefile: Correct kernel directory
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Jul 22, 2018
1 parent 1c4e64d commit 873f4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MODULE_VERSION=1.0.0
DKMS := $(shell which dkms)
PWD := $(shell pwd)
KVERSION := $(shell uname -r)
KERNEL_DIR = /usr/src/linux-headers-$(KVERSION)/
KERNEL_DIR = /lib/modules/$(KVERSION)/build
MODULE_DIR = /lib/modules/$(KVERSION)

ifneq ($(DKMS),)
Expand Down

0 comments on commit 873f4c0

Please sign in to comment.