summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-09-24 01:36:06 +0200
committerGreg Kroah-Hartman2010-09-24 01:36:06 +0200
commitefd89a2204d4086de48673ff7e4d5f537e32e0a5 (patch)
treee2dec46d2dc7b2eb39f1902a0aeb1483cd36a23c /drivers/staging/brcm80211/Makefile
parentStaging: brcm80211: clean up makefile cflag lines (diff)
downloadkernel-qcow2-linux-efd89a2204d4086de48673ff7e4d5f537e32e0a5.tar.gz
kernel-qcow2-linux-efd89a2204d4086de48673ff7e4d5f537e32e0a5.tar.xz
kernel-qcow2-linux-efd89a2204d4086de48673ff7e4d5f537e32e0a5.zip
Staging: brcm80211: remove driver specific -W options
A single driver shouldn't be overriding the kernel-wide -W options. This removes them from the Makefile. Bonus is that the code at least now will build on a 64bit platform. Problem is that both drivers can't be built at the same time right now or bad things happen when linking. Cc: Henry Ptasinski <henryp@broadcom.com> Cc: Nohee Ko <noheek@broadcom.com> Cc: jason <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/Makefile')
-rw-r--r--drivers/staging/brcm80211/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/staging/brcm80211/Makefile b/drivers/staging/brcm80211/Makefile
index 31922e338b65..68cbcbbc2e56 100644
--- a/drivers/staging/brcm80211/Makefile
+++ b/drivers/staging/brcm80211/Makefile
@@ -27,11 +27,7 @@ ccflags-y := \
-Idrivers/staging/brcm80211/sys \
-Idrivers/staging/brcm80211/phy \
-Idrivers/staging/brcm80211/util \
- -Idrivers/staging/brcm80211/include \
- -Wall \
- -Wstrict-prototypes \
- -Werror \
- -Wmissing-prototypes
+ -Idrivers/staging/brcm80211/include
PCI_CFLAGS := -DWLC_LOW