nt9856x/BSP/linux-kernel/net/wimax/Makefile
2023-03-28 15:07:53 +08:00

14 lines
204 B
Makefile

# 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