mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-14 17:09:36 +00:00
rtl8188eu: Change definition of KSRC in Makefile
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
e488450b36
commit
8f5cee5861
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -343,7 +343,7 @@ SUBARCH := $(shell uname -m | sed -e "s/i.86/i386/; s/ppc.*/powerpc/; s/armv.l/a
|
|||
ARCH ?= $(SUBARCH)
|
||||
CROSS_COMPILE ?=
|
||||
KVER ?= $(if $(KERNELRELEASE),$(KERNELRELEASE),$(shell uname -r))
|
||||
KSRC := /lib/modules/$(KVER)/build
|
||||
KSRC ?= $(if $(KERNEL_SRC),$(KERNEL_SRC),/lib/modules/$(KVER)/build)
|
||||
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/staging/r8188eu/
|
||||
INSTALL_PREFIX :=
|
||||
|
||||
|
|
Loading…
Reference in a new issue