forked from Minki/linux
e83a1070a1
This cleans up zd1211rw's own regulatory work, and makes use of the new cfg80211 regulatory_hint(). Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
12 lines
230 B
Makefile
12 lines
230 B
Makefile
obj-$(CONFIG_ZD1211RW) += zd1211rw.o
|
|
|
|
zd1211rw-objs := zd_chip.o zd_mac.o \
|
|
zd_rf_al2230.o zd_rf_rf2959.o \
|
|
zd_rf_al7230b.o zd_rf_uw2453.o \
|
|
zd_rf.o zd_usb.o
|
|
|
|
ifeq ($(CONFIG_ZD1211RW_DEBUG),y)
|
|
EXTRA_CFLAGS += -DDEBUG
|
|
endif
|
|
|