]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/net/wireless/st/cw1200/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / drivers / net / wireless / st / cw1200 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
a910e4a9
SP
2cw1200_core-y := \
3 fwio.o \
4 txrx.o \
5 main.o \
6 queue.o \
7 hwio.o \
8 bh.o \
9 wsm.o \
10 sta.o \
11 scan.o \
a910e4a9 12 debug.o
4e17b87e 13cw1200_core-$(CONFIG_PM) += pm.o
a910e4a9
SP
14
15# CFLAGS_sta.o += -DDEBUG
16
17cw1200_wlan_sdio-y := cw1200_sdio.o
18cw1200_wlan_spi-y := cw1200_spi.o
a910e4a9
SP
19
20obj-$(CONFIG_CW1200) += cw1200_core.o
21obj-$(CONFIG_CW1200_WLAN_SDIO) += cw1200_wlan_sdio.o
22obj-$(CONFIG_CW1200_WLAN_SPI) += cw1200_wlan_spi.o