Skip to content

Commit 8c2e2af

Browse files
committed
Makefile: Use kernel source symlink from /lib/modules
Signed-off-by: Kai Krakow <kai@kaishome.de>
1 parent a279cc4 commit 8c2e2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hid-xpadneo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KERNEL_SOURCE_DIR := /usr/src/linux
1+
KERNEL_SOURCE_DIR := /lib/modules/$(shell uname -r)/source
22
LD := ld.bfd
33

44
all: modules

0 commit comments

Comments
 (0)