/spare/repo/netdev-2.6 branch 'master'
[deliverable/linux.git] / drivers / infiniband / core / Makefile
CommitLineData
1da177e4
LT
1EXTRA_CFLAGS += -Idrivers/infiniband/include
2
a977049d 3obj-$(CONFIG_INFINIBAND) += ib_core.o ib_mad.o ib_sa.o \
8fd65b09 4 ib_cm.o ib_umad.o ib_ucm.o
2d927d69 5obj-$(CONFIG_INFINIBAND_USER_VERBS) += ib_uverbs.o
1da177e4
LT
6
7ib_core-y := packer.o ud_header.o verbs.o sysfs.o \
8 device.o fmr_pool.o cache.o
9
fa619a77 10ib_mad-y := mad.o smi.o agent.o mad_rmpp.o
1da177e4
LT
11
12ib_sa-y := sa_query.o
13
a977049d
HR
14ib_cm-y := cm.o
15
1da177e4 16ib_umad-y := user_mad.o
2d927d69 17
8fd65b09
HR
18ib_ucm-y := ucm.o
19
2d927d69 20ib_uverbs-y := uverbs_main.o uverbs_cmd.o uverbs_mem.o
This page took 0.047656 seconds and 5 git commands to generate.