blob: 8f1510d0cc2bf54e9723bc6c07172ac4e763b634 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001
2obj-$(CONFIG_WIMAX) += wimax.o
3
4wimax-y := \
5 id-table.o \
6 op-msg.o \
7 op-reset.o \
8 op-rfkill.o \
9 op-state-get.o \
10 stack.o
11
12wimax-$(CONFIG_DEBUG_FS) += debugfs.o
13
14