projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: reset the mdio bus on ar7241/ar7242
[openwrt.git]
/
package
/
broadcom-wl
/
src
/
wlcompat
/
Makefile
diff --git
a/package/broadcom-wl/src/wlcompat/Makefile
b/package/broadcom-wl/src/wlcompat/Makefile
index
6f3224d
..
1d18f45
100644
(file)
--- a/
package/broadcom-wl/src/wlcompat/Makefile
+++ b/
package/broadcom-wl/src/wlcompat/Makefile
@@
-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.01993 seconds
and
4
git commands to generate.