]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - drivers/net/wireless/marvell/libertas/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / drivers / net / wireless / marvell / libertas / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
ff9fc791 2libertas-y += cfg.o
0465af8e
HS
3libertas-y += cmd.o
4libertas-y += cmdresp.o
5libertas-y += debugfs.o
6libertas-y += ethtool.o
7libertas-y += main.o
0465af8e 8libertas-y += rx.o
0465af8e 9libertas-y += tx.o
370803c2 10libertas-y += firmware.o
4143a23d 11libertas-$(CONFIG_LIBERTAS_MESH) += mesh.o
876c9d3a 12
876c9d3a 13usb8xxx-objs += if_usb.o
27590d06 14libertas_cs-objs += if_cs.o
727c26ed 15libertas_sdio-objs += if_sdio.o
d2b21f19 16libertas_spi-objs += if_spi.o
876c9d3a 17
084708b6 18obj-$(CONFIG_LIBERTAS) += libertas.o
876c9d3a 19obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
27590d06 20obj-$(CONFIG_LIBERTAS_CS) += libertas_cs.o
727c26ed 21obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o
d2b21f19 22obj-$(CONFIG_LIBERTAS_SPI) += libertas_spi.o