1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-10-19 17:11:09 +02:00

Merge pull request #120 from mdrjr/master

Fixes in-tree build
This commit is contained in:
Harshavardhana
2016-03-27 20:07:13 -07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1037,7 +1037,7 @@ ifeq ($(CONFIG_RTL8723B), y)
$(MODULE_NAME)-$(CONFIG_MP_INCLUDED)+= core/rtw_bt_mp.o
endif
obj-$(CONFIG_RTL8812AU_8821AU) := $(MODULE_NAME).o
obj-$(CONFIG_RTL8821AU) := $(MODULE_NAME).o
else

View File

@@ -49,6 +49,7 @@
#include <linux/icmpv6.h>
#include <net/ndisc.h>
#include <net/checksum.h>
#include <net/ip6_checksum.h>
#endif
#endif