mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 15:05:03 +07:00
6948300c79
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
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
|
|
|