summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-10-13 16:16:34 +0200
committerLuis R. Rodriguez <mcgrof@qca.qualcomm.com>2011-10-13 12:29:16 -0700
commit49eb82e6931693328dc18de960b1d1e3623f3832 (patch)
tree188c1fe056e8ac389233d77e36a7ba63ee00a8e8 /Makefile
parent8163a60de0842dbfe27d32fdd855fa320ef3a39b (diff)
compat-wireless: adapt moving brcm80211 to main area
brcm80211 is no staging driver any more and can be found in the main area where all the other wireless drivers are now. There where some changes needed for the move. And BRCMFMAC does not depend on WEXT any more so remove that from config. BRCMFMAC does not build with kernel < 2.6.29, because ndev->netdev_ops = NULL and ndev->netdev_ops == &brcmf_netdev_ops_pri are not supported by the backport code for netdev_ops. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fe77b81..d3a9d931 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,6 @@ obj-$(CONFIG_COMPAT_VAR_MODULES) += drivers/bcma/
obj-$(CONFIG_COMPAT_VAR_MODULES) += drivers/misc/eeprom/
ifeq ($(CONFIG_STAGING_EXCLUDE_BUILD),)
-obj-$(CONFIG_COMPAT_STAGING) += drivers/staging/brcm80211/
endif
endif