]> bbs.cooldavid.org Git - net-next-2.6.git/blame - net/wimax/Makefile
3c59x: fix build failure on !CONFIG_PCI
[net-next-2.6.git] / net / wimax / Makefile
CommitLineData
b0c83ae1
IPG
1
2obj-$(CONFIG_WIMAX) += wimax.o
3
4wimax-y := \
5 id-table.o \
6 op-msg.o \
7 op-reset.o \
8 op-rfkill.o \
7f0333eb 9 op-state-get.o \
b0c83ae1
IPG
10 stack.o
11
12wimax-$(CONFIG_DEBUG_FS) += debugfs.o
13
14