Ensure KVER can be controlled

- allow to build with a kernel other then current on Intel
pull/1007/head
Wawrzyniec 'Wawrzek' Niewodniczański 2022-10-17 22:10:51 +01:00
parent e7a4a390cc
commit 33341831f7
1 changed files with 1 additions and 1 deletions

View File

@ -1149,7 +1149,7 @@ EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
SUBARCH := $(shell uname -m | sed -e "s/i.86/i386/; s/ppc/powerpc/; s/armv.l/arm/; s/aarch64/arm64/;")
ARCH ?= $(SUBARCH)
CROSS_COMPILE ?=
KVER := $(shell uname -r)
KVER ?= $(shell uname -r)
KSRC := /lib/modules/$(KVER)/build
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
INSTALL_PREFIX :=