acx-mac80211: v3.14 related compile fixes

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43554 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2014-12-08 06:15:11 +00:00
parent 50dd026b10
commit 3674404f04
1 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,8 @@ define Build/Compile
-I$(LINUX_DIR)/include -I$(LINUX_DIR)/include/$(LINUX_UAPI_DIR) \ -I$(LINUX_DIR)/include -I$(LINUX_DIR)/include/$(LINUX_UAPI_DIR) \
-I$(LINUX_DIR)/include/generated/uapi/ -Iarch/$(LINUX_KARCH)/include \ -I$(LINUX_DIR)/include/generated/uapi/ -Iarch/$(LINUX_KARCH)/include \
-Iarch/$(LINUX_KARCH)/include/$(LINUX_UAPI_DIR) \ -Iarch/$(LINUX_KARCH)/include/$(LINUX_UAPI_DIR) \
-Iarch/$(LINUX_KARCH)/include/generated \
-Iarch/$(LINUX_KARCH)/include/generated/$(LINUX_UAPI_DIR) \
-include generated/autoconf.h \ -include generated/autoconf.h \
-include backport/backport.h " \ -include backport/backport.h " \
V="$(V)" \ V="$(V)" \