Makefile 171 B

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