Blame view

net/wimax/Makefile 206 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
b0c83ae1d   Inaky Perez-Gonzalez   wimax: Makefile, ...
2
3
4
5
6
7
8
9
  
  obj-$(CONFIG_WIMAX)		+= wimax.o
  
  wimax-y :=		\
  	id-table.o	\
  	op-msg.o	\
  	op-reset.o	\
  	op-rfkill.o	\
7f0333eb2   Paulius Zaleckas   wimax: Add netlin...
10
  	op-state-get.o	\
b0c83ae1d   Inaky Perez-Gonzalez   wimax: Makefile, ...
11
12
13
  	stack.o
  
  wimax-$(CONFIG_DEBUG_FS) += debugfs.o