aboutsummaryrefslogtreecommitdiff
path: root/system/steamos-xpad/Makefile
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-03-08 22:16:48 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 17:21:07 +0700
commit0b5174007e7cde8b96c28288f5c0ff474a1e0250 (patch)
treefd7098b1222dae3b9cab3c491435a9a88e8adf1b /system/steamos-xpad/Makefile
parent2aaff2f3768a0f0bbea43b48c98da51d89f35787 (diff)
downloadslackbuilds-0b5174007e7cde8b96c28288f5c0ff474a1e0250.tar.xz
system/steamos-xpad: Respect KERNEL.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/steamos-xpad/Makefile')
-rw-r--r--system/steamos-xpad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/steamos-xpad/Makefile b/system/steamos-xpad/Makefile
index 97907b396763..dd47b8423ee8 100644
--- a/system/steamos-xpad/Makefile
+++ b/system/steamos-xpad/Makefile
@@ -1,6 +1,6 @@
obj-m = steamos-xpad.o
-KVERSION = $(shell uname -r)
+KVERSION ?= $(shell uname -r)
all:
make -C /lib/modules/$(KVERSION)/build V=1 M=$(PWD) modules
clean: