alistair23-linux/net/wimax/Makefile
Inaky Perez-Gonzalez b0c83ae1de wimax: Makefile, Kconfig and docbook linkage for the stack
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>
2009-01-07 10:00:17 -08:00

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