aboutsummaryrefslogtreecommitdiff
path: root/net/wimax/Makefile
diff options
context:
space:
mode:
authorMeizu OpenSource <patchwork@meizu.com>2016-08-15 10:19:42 +0800
committerMeizu OpenSource <patchwork@meizu.com>2016-08-15 10:19:42 +0800
commitd2e1446d81725c351dc73a03b397ce043fb18452 (patch)
tree4dbc616b7f92aea39cd697a9084205ddb805e344 /net/wimax/Makefile
first commit
Diffstat (limited to 'net/wimax/Makefile')
-rw-r--r--net/wimax/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/wimax/Makefile b/net/wimax/Makefile
new file mode 100644
index 000000000..8f1510d0c
--- /dev/null
+++ b/net/wimax/Makefile
@@ -0,0 +1,14 @@
+
+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
+
+