Added a kernel include

pull/477/head
kimocoder 2019-11-14 20:25:23 +01:00
parent 3116f1e01a
commit af1ffffa98
2 changed files with 6 additions and 0 deletions

View File

@ -174,7 +174,11 @@ CONFIG_CUSTOMER_HUAWEI_GENERAL = n
CONFIG_DRVEXT_MODULE = n
ifeq ($(CONFIG_RTL8812AU), )
export TopDIR ?= $(shell pwd)
else
export TopDIR ?= $(shell pwd)/drivers/net/wireless/rtl8812au
endif
########### COMMON #################################
ifeq ($(CONFIG_USB_HCI), y)

View File

@ -33,6 +33,8 @@
#endif
#else /* PLATFORM_LINUX /PLATFORM_BSD */
#include <linux/interrupt.h>
#ifdef CONFIG_SINGLE_RECV_BUF
#define NR_RECVBUFF (1)
#else