projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c7964e
)
acx-mac80211: v3.14 related compile fixes
author
John Crispin
<john@openwrt.org>
Mon, 8 Dec 2014 06:15:11 +0000
(06:15 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 8 Dec 2014 06:15:11 +0000
(06:15 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43554
package/kernel/acx-mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/acx-mac80211/Makefile
b/package/kernel/acx-mac80211/Makefile
index 6d0f7fb4955f9a76134cbb64f2873531120c60c9..16f6f5d06ed6edcfb498508b89639c514141996e 100644
(file)
--- a/
package/kernel/acx-mac80211/Makefile
+++ b/
package/kernel/acx-mac80211/Makefile
@@
-196,6
+196,8
@@
define Build/Compile
-I$(LINUX_DIR)/include -I$(LINUX_DIR)/include/$(LINUX_UAPI_DIR) \
-I$(LINUX_DIR)/include/generated/uapi/ -Iarch/$(LINUX_KARCH)/include \
-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 backport/backport.h " \
V="$(V)" \