b43: disable pio and pcmcia support
[openwrt.git] / package / broadcom-wl / src / wlcompat / Makefile
index 6f3224d..1d18f45 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # Makefile for wlcompat
 #
@@ -15,6 +14,9 @@ ifneq ($(DEBUG),)
   EXTRA_CFLAGS += -DDEBUG=1
   _D=-debug
 endif
+ifneq ($(WL_WEXT),)
+  EXTRA_CFLAGS += -DWL_WEXT=1
+endif
 
 obj-m := wlcompat$(_D).o
 modules: wlcompat$(_D).o
This page took 0.021392 seconds and 4 git commands to generate.