Revision 5233252fce714053f0151680933571a2da9cbfb4 authored by David S. Miller on 15 December 2015, 20:39:08 UTC, committed by David S. Miller on 15 December 2015, 20:39:08 UTC
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 225734d
Raw File
Makefile

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


back to top