diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-08 22:16:48 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 17:21:07 +0700 |
commit | 0b5174007e7cde8b96c28288f5c0ff474a1e0250 (patch) | |
tree | fd7098b1222dae3b9cab3c491435a9a88e8adf1b /system/steamos-xpad/Makefile | |
parent | 2aaff2f3768a0f0bbea43b48c98da51d89f35787 (diff) | |
download | slackbuilds-0b5174007e7cde8b96c28288f5c0ff474a1e0250.tar.gz |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/steamos-xpad/Makefile b/system/steamos-xpad/Makefile index 97907b3967..dd47b8423e 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: |