]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/net/wireless/ti/wl1251/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / wireless / ti / wl1251 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
9bc6772e
KV
2wl1251-objs = main.o event.o tx.o rx.o ps.o cmd.o \
3 acx.o boot.o init.o debugfs.o io.o
04348f27
GI
4wl1251_spi-objs += spi.o
5wl1251_sdio-objs += sdio.o
9bc6772e 6
04348f27
GI
7obj-$(CONFIG_WL1251) += wl1251.o
8obj-$(CONFIG_WL1251_SPI) += wl1251_spi.o
9obj-$(CONFIG_WL1251_SDIO) += wl1251_sdio.o