android_kernel_samsung_a7y1.../net/wimax/Makefile
2023-04-07 21:05:06 +02:00

15 lines
171 B
Makefile

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