diff options
Diffstat (limited to 'net/wimax/Makefile')
-rw-r--r-- | net/wimax/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/wimax/Makefile b/net/wimax/Makefile new file mode 100644 index 000000000..c2a71ae48 --- /dev/null +++ b/net/wimax/Makefile @@ -0,0 +1,13 @@ +# 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 |