Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / net / wimax / Makefile
diff --git a/kernel/net/wimax/Makefile b/kernel/net/wimax/Makefile
new file mode 100644 (file)
index 0000000..8f1510d
--- /dev/null
@@ -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
+
+