blob: c2a71ae487accee28becf9e3cb3fc514989a382e [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001# SPDX-License-Identifier: GPL-2.0
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 \
10 op-state-get.o \
11 stack.o
12
13wimax-$(CONFIG_DEBUG_FS) += debugfs.o