aboutsummaryrefslogtreecommitdiffstats
path: root/net/wimax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wimax/Makefile')
-rw-r--r--net/wimax/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/wimax/Makefile b/net/wimax/Makefile
new file mode 100644
index 000000000000..5b80b941c2c9
--- /dev/null
+++ b/net/wimax/Makefile
@@ -0,0 +1,13 @@
+
+obj-$(CONFIG_WIMAX) += wimax.o
+
+wimax-y := \
+ id-table.o \
+ op-msg.o \
+ op-reset.o \
+ op-rfkill.o \
+ stack.o
+
+wimax-$(CONFIG_DEBUG_FS) += debugfs.o
+
+