repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libertas: remove CMD_802_11_PWR_CFG
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
net
/
wireless
/
zd1211rw
/
Makefile
blob
cc36126cee8860bd8ad167087ec6f9f3547d6277
1
obj-
$(
CONFIG_ZD1211RW
) +=
zd1211rw.o
2
3
zd1211rw-objs
:=
zd_chip.o zd_ieee80211.o zd_mac.o \
4
zd_rf_al2230.o zd_rf_rf2959.o \
5
zd_rf_al7230b.o zd_rf_uw2453.o \
6
zd_rf.o zd_usb.o
7
8
ifeq
($(
CONFIG_ZD1211RW_DEBUG
),
y
)
9
EXTRA_CFLAGS
+= -
DDEBUG
10
endif
11