summaryrefslogtreecommitdiff
path: root/net/wimax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wimax/Makefile')
-rw-r--r--net/wimax/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/wimax/Makefile b/net/wimax/Makefile
deleted file mode 100644
index 8f1510d0cc2b..000000000000
--- a/net/wimax/Makefile
+++ /dev/null
@@ -1,14 +0,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
-
-