]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/net/wireless/zydas/zd1211rw/Makefile
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-focal-kernel.git] / drivers / net / wireless / zydas / zd1211rw / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_ZD1211RW) += zd1211rw.o
3
4 zd1211rw-objs := zd_chip.o zd_mac.o \
5 zd_rf_al2230.o zd_rf_rf2959.o \
6 zd_rf_al7230b.o zd_rf_uw2453.o \
7 zd_rf.o zd_usb.o
8
9 ccflags-$(CONFIG_ZD1211RW_DEBUG) := -DDEBUG
10