/net/wimax/Makefile

http://github.com/mirrors/linux · Makefile · 13 lines · 9 code · 3 blank · 1 comment · 0 complexity · 58339081f6ffd37d47e33c24aa90f222 MD5 · raw file

  1. # SPDX-License-Identifier: GPL-2.0
  2. obj-$(CONFIG_WIMAX) += wimax.o
  3. wimax-y := \
  4. id-table.o \
  5. op-msg.o \
  6. op-reset.o \
  7. op-rfkill.o \
  8. op-state-get.o \
  9. stack.o
  10. wimax-$(CONFIG_DEBUG_FS) += debugfs.o