mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-30 17:02:28 +00:00
Update ARM64 Support
* Updated ARM64 Support aarch64-linux-gnu-gcc-6 will be needed for compiling
This commit is contained in:
parent
152960565a
commit
9f4dbbe197
3
Makefile
3
Makefile
@ -1775,8 +1775,9 @@ endif
|
|||||||
# ARM64 - odroid-c2 and such
|
# ARM64 - odroid-c2 and such
|
||||||
ifeq ($(CONFIG_PLATFORM_ARM64), y)
|
ifeq ($(CONFIG_PLATFORM_ARM64), y)
|
||||||
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
||||||
|
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
||||||
ARCH ?= arm64
|
ARCH ?= arm64
|
||||||
CROSS_COMPILE ?=
|
CROSS_COMPILE := aarch64-linux-gnu-
|
||||||
KVER ?= $(shell uname -r)
|
KVER ?= $(shell uname -r)
|
||||||
KSRC := /lib/modules/$(KVER)/build
|
KSRC := /lib/modules/$(KVER)/build
|
||||||
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
|
MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/
|
||||||
|
Loading…
Reference in New Issue
Block a user