License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / net / wimax / i2400m / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
143ee2d5
IPG
2
3obj-$(CONFIG_WIMAX_I2400M) += i2400m.o
4obj-$(CONFIG_WIMAX_I2400M_USB) += i2400m-usb.o
143ee2d5
IPG
5
6i2400m-y := \
7 control.o \
8 driver.o \
9 fw.o \
10 op-rfkill.o \
8987691a 11 sysfs.o \
143ee2d5
IPG
12 netdev.o \
13 tx.o \
14 rx.o
15
16i2400m-$(CONFIG_DEBUG_FS) += debugfs.o
17
18i2400m-usb-y := \
19 usb-fw.o \
20 usb-notif.o \
21 usb-tx.o \
22 usb-rx.o \
23 usb.o