Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
[sfrench/cifs-2.6.git] / drivers / infiniband / hw / mthca / Makefile
1 ifdef CONFIG_INFINIBAND_MTHCA_DEBUG
2 EXTRA_CFLAGS += -DDEBUG
3 endif
4
5 obj-$(CONFIG_INFINIBAND_MTHCA) += ib_mthca.o
6
7 ib_mthca-y :=   mthca_main.o mthca_cmd.o mthca_profile.o mthca_reset.o \
8                 mthca_allocator.o mthca_eq.o mthca_pd.o mthca_cq.o \
9                 mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
10                 mthca_provider.o mthca_memfree.o mthca_uar.o mthca_srq.o