Blame view

net/wimax/Makefile 171 Bytes
b0c83ae1d   Inaky Perez-Gonzalez   wimax: Makefile, ...
1
2
3
4
5
6
7
8
  
  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...
9
  	op-state-get.o	\
b0c83ae1d   Inaky Perez-Gonzalez   wimax: Makefile, ...
10
11
12
  	stack.o
  
  wimax-$(CONFIG_DEBUG_FS) += debugfs.o