git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
10 lines
210 B
Makefile
10 lines
210 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
|
|
|
|
ccflags-$(CONFIG_ZD1211RW_DEBUG) := -DDEBUG
|
|
|