License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / net / wimax / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
b0c83ae1
IPG
2
3obj-$(CONFIG_WIMAX) += wimax.o
4
5wimax-y := \
6 id-table.o \
7 op-msg.o \
8 op-reset.o \
9 op-rfkill.o \
7f0333eb 10 op-state-get.o \
b0c83ae1
IPG
11 stack.o
12
13wimax-$(CONFIG_DEBUG_FS) += debugfs.o
14
15