mirror of
https://github.com/gnab/rtl8812au
synced 2025-01-10 08:06:07 +00:00
Updated KSRC variable for RPi to the most likely correct place.
This commit is contained in:
parent
146096289a
commit
95cf402042
2
Makefile
2
Makefile
@ -734,7 +734,7 @@ EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
|||||||
ARCH := arm
|
ARCH := arm
|
||||||
CROSS_COMPILE := arm-linux-gnueabi-
|
CROSS_COMPILE := arm-linux-gnueabi-
|
||||||
KVER := $(shell uname -r)
|
KVER := $(shell uname -r)
|
||||||
KSRC ?= /home/tm-pc-vm1x64/GitHub/linux
|
KSRC ?= /lib/modules/$(KVER)/build
|
||||||
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
|
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user