Skip to content

Commit

Permalink
Makefile: Use kernel source symlink from /lib/modules
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Mar 6, 2022
1 parent 4fd620c commit 570c3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hid-xpadneo/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KERNEL_SOURCE_DIR := /usr/src/linux
KERNEL_SOURCE_DIR := /lib/modules/$(shell uname -r)/source
LD := ld.bfd

all: modules
Expand Down

0 comments on commit 570c3c1

Please sign in to comment.