Auto-update from upstream
[pandora-kernel.git] / drivers / infiniband / core / Makefile
1 obj-$(CONFIG_INFINIBAND) +=             ib_core.o ib_mad.o ib_sa.o \
2                                         ib_cm.o ib_umad.o ib_ucm.o
3 obj-$(CONFIG_INFINIBAND_USER_VERBS) +=  ib_uverbs.o
4
5 ib_core-y :=                    packer.o ud_header.o verbs.o sysfs.o \
6                                 device.o fmr_pool.o cache.o
7
8 ib_mad-y :=                     mad.o smi.o agent.o mad_rmpp.o
9
10 ib_sa-y :=                      sa_query.o
11
12 ib_cm-y :=                      cm.o
13
14 ib_umad-y :=                    user_mad.o
15
16 ib_ucm-y :=                     ucm.o
17
18 ib_uverbs-y :=                  uverbs_main.o uverbs_cmd.o uverbs_mem.o