aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/wimax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wimax/Makefile')
-rw-r--r--drivers/staging/wimax/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/staging/wimax/Makefile b/drivers/staging/wimax/Makefile
new file mode 100644
index 000000000000..0e3f988656aa
--- /dev/null
+++ b/drivers/staging/wimax/Makefile
@@ -0,0 +1,15 @@
+# SPDX-License-Identifier: GPL-2.0
+
+obj-$(CONFIG_WIMAX) += wimax.o
+
+wimax-y := \
+ id-table.o \
+ op-msg.o \
+ op-reset.o \
+ op-rfkill.o \
+ op-state-get.o \
+ stack.o
+
+wimax-$(CONFIG_DEBUG_FS) += debugfs.o
+
+obj-$(CONFIG_WIMAX_I2400M) += i2400m/