projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy...
[linux-2.6]
/
drivers
/
net
/
wireless
/
zd1211rw
/
Makefile
1
obj-$(CONFIG_ZD1211RW) += zd1211rw.o
2
3
zd1211rw-objs := zd_chip.o zd_ieee80211.o \
4
zd_mac.o zd_netdev.o \
5
zd_rf_al2230.o zd_rf_rf2959.o \
6
zd_rf.o zd_usb.o zd_util.o
7
8
ifeq ($(CONFIG_ZD1211RW_DEBUG),y)
9
EXTRA_CFLAGS += -DDEBUG
10
endif
11