1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 14:44:09 +00:00

Avoid edit Makefile to built driver for RT8814AU

Use $make RTL8814=1
This commit is contained in:
Sergei Makarenkov 2017-03-11 10:25:17 +03:00
parent 59f2baf8cf
commit 1183c55657

View File

@ -150,6 +150,12 @@ ifeq ($(CONFIG_PCI_HCI), y)
HCI_NAME = pci
endif
ifeq ($(RTL8814), 1)
CONFIG_RTL8812A = n
CONFIG_RTL8821A = n
CONFIG_RTL8814A = y
endif
ifeq ($(DEBUG), 1)
EXTRA_CFLAGS += -DDBG=1 -DCONFIG_DEBUG -DCONFIG_DBG_COUNTER
else