blob: eb2db0d3b8805ec0f8db12cf5ac8d410c8b9eb8b [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Inaky Perez-Gonzalezb0c83ae2008-12-23 16:18:24 -08002
3obj-$(CONFIG_WIMAX) += wimax.o
4
5wimax-y := \
6 id-table.o \
7 op-msg.o \
8 op-reset.o \
9 op-rfkill.o \
Paulius Zaleckas7f0333e2009-05-13 06:20:29 -070010 op-state-get.o \
Inaky Perez-Gonzalezb0c83ae2008-12-23 16:18:24 -080011 stack.o
12
13wimax-$(CONFIG_DEBUG_FS) += debugfs.o
14
15