aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211/Makefile
diff options
context:
space:
mode:
authorEugene Konev <ejka@openwrt.org>2007-10-15 13:48:38 +0000
committerEugene Konev <ejka@openwrt.org>2007-10-15 13:48:38 +0000
commitc124ac84802956304eeb5156a9b972448f0c0ab4 (patch)
tree9aa228fe6e6d0faa6be9539dc665ab0b2f3da5ca /package/acx-mac80211/Makefile
parentcf069d95f7826206620556d830c625e08356654b (diff)
downloadupstream-c124ac84802956304eeb5156a9b972448f0c0ab4.tar.gz
upstream-c124ac84802956304eeb5156a9b972448f0c0ab4.tar.bz2
upstream-c124ac84802956304eeb5156a9b972448f0c0ab4.zip
fix acx-mac80211
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9326 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r--package/acx-mac80211/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile
index 65ef0e1e77..8b09b43a45 100644
--- a/package/acx-mac80211/Makefile
+++ b/package/acx-mac80211/Makefile
@@ -50,7 +50,6 @@ $(DL_DIR)/$(PKG_FW_NAME):
CONFIG_ACX_MAC80211_PCI=m \
PKG_EXTRA_CFLAGS:= \
- -I$(STAGING_DIR)/usr/include/mac80211 \
$(patsubst CONFIG_%, -DCONFIG_%=1, $(patsubst %=m,%,$(filter %=m,$(PKG_EXTRA_KCONFIG)))) \
$(patsubst CONFIG_%, -DCONFIG_%=1, $(patsubst %=y,%,$(filter %=y,$(PKG_EXTRA_KCONFIG)))) \
@@ -61,6 +60,8 @@ $(DL_DIR)/$(PKG_FW_NAME):
SUBDIRS="$(PKG_BUILD_DIR)" \
$(PKG_EXTRA_KCONFIG) \
EXTRA_CFLAGS="$(PKG_EXTRA_CFLAGS)" \
+ LINUXINCLUDE="-I$(STAGING_DIR)/usr/include/mac80211 -I$(LINUX_DIR)/include \
+ -include linux/autoconf.h" \
V="$(V)" \
modules
endef