b0c83ae1de
This patch provides Makefile and KConfig for the WiMAX stack, integrating them into the networking stack's Makefile, Kconfig and doc-book templates. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
14 lines
153 B
Makefile
14 lines
153 B
Makefile
|
|
obj-$(CONFIG_WIMAX) += wimax.o
|
|
|
|
wimax-y := \
|
|
id-table.o \
|
|
op-msg.o \
|
|
op-reset.o \
|
|
op-rfkill.o \
|
|
stack.o
|
|
|
|
wimax-$(CONFIG_DEBUG_FS) += debugfs.o
|
|
|
|
|