mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-14 09:09:35 +00:00
rtl8188eu: Change location for saved module
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
7a7c5e0c0b
commit
e79b15cb79
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -344,7 +344,7 @@ ARCH ?= $(SUBARCH)
|
|||
CROSS_COMPILE ?=
|
||||
KVER ?= $(if $(KERNELRELEASE),$(KERNELRELEASE),$(shell uname -r))
|
||||
KSRC := /lib/modules/$(KVER)/build
|
||||
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
|
||||
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/staging/r8188eu/
|
||||
INSTALL_PREFIX :=
|
||||
|
||||
ifeq ($(CONFIG_MULTIDRV), y)
|
||||
|
|
Loading…
Reference in a new issue