drm: add 32/64 support for MGA/R128/i915
[deliverable/linux.git] / drivers / infiniband / core / Makefile
1 EXTRA_CFLAGS += -Idrivers/infiniband/include
2
3 obj-$(CONFIG_INFINIBAND) += ib_core.o ib_mad.o ib_sa.o ib_umad.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
9
10 ib_sa-y := sa_query.o
11
12 ib_umad-y := user_mad.o
This page took 0.030183 seconds and 5 git commands to generate.