mirror of
https://github.com/gnab/rtl8812au
synced 2025-01-09 10:01:35 +00:00
Updated MODDESTDIR to match the structure of the latest kernel tree.
This means it's not installed in the generic 'wireless' directory, but in a directory matching the driver name under 'rtlwifi'. With latest kernel tree I mean the kernel.org structure on the date of this commit.
This commit is contained in:
parent
95cf402042
commit
5e46ff3dd2
4
Makefile
4
Makefile
@ -653,7 +653,7 @@ ARCH ?= $(SUBARCH)
|
||||
CROSS_COMPILE ?=
|
||||
KVER := $(shell uname -r)
|
||||
KSRC := /lib/modules/$(KVER)/build
|
||||
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
|
||||
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/rtlwifi/rtl8812au/
|
||||
INSTALL_PREFIX :=
|
||||
endif
|
||||
|
||||
@ -735,7 +735,7 @@ ARCH := arm
|
||||
CROSS_COMPILE := arm-linux-gnueabi-
|
||||
KVER := $(shell uname -r)
|
||||
KSRC ?= /lib/modules/$(KVER)/build
|
||||
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
|
||||
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/rtlwifi/rtl8812au/
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_PLATFORM_RTD2880B), y)
|
||||
|
Loading…
Reference in New Issue
Block a user