Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville...
[linux-2.6] / drivers / infiniband / ulp / ipoib / Makefile
CommitLineData
1da177e4
LT
1obj-$(CONFIG_INFINIBAND_IPOIB) += ib_ipoib.o
2
3ib_ipoib-y := ipoib_main.o \
4 ipoib_ib.o \
5 ipoib_multicast.o \
6 ipoib_verbs.o \
7 ipoib_vlan.o
8ib_ipoib-$(CONFIG_INFINIBAND_IPOIB_DEBUG) += ipoib_fs.o
9