License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / net / wireless / ti / wlcore / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
b2ba99ff 2wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
80ff8063 3 boot.o init.o debugfs.o scan.o sysfs.o vendor_cmd.o
521a5b21 4
b2ba99ff
LC
5wlcore_spi-objs = spi.o
6wlcore_sdio-objs = sdio.o
00d20100 7
b2ba99ff
LC
8wlcore-$(CONFIG_NL80211_TESTMODE) += testmode.o
9obj-$(CONFIG_WLCORE) += wlcore.o
10obj-$(CONFIG_WLCORE_SPI) += wlcore_spi.o
11obj-$(CONFIG_WLCORE_SDIO) += wlcore_sdio.o