Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[pandora-kernel.git] / drivers / infiniband / hw / ipath / Makefile
1 EXTRA_CFLAGS += -DIPATH_IDSTR='"QLogic kernel.org driver"' \
2         -DIPATH_KERN_TYPE=0
3
4 obj-$(CONFIG_INFINIBAND_IPATH) += ib_ipath.o
5
6 ib_ipath-y := \
7         ipath_cq.o \
8         ipath_diag.o \
9         ipath_dma.o \
10         ipath_driver.o \
11         ipath_eeprom.o \
12         ipath_file_ops.o \
13         ipath_fs.o \
14         ipath_init_chip.o \
15         ipath_intr.o \
16         ipath_keys.o \
17         ipath_mad.o \
18         ipath_mmap.o \
19         ipath_mr.o \
20         ipath_qp.o \
21         ipath_rc.o \
22         ipath_ruc.o \
23         ipath_sdma.o \
24         ipath_srq.o \
25         ipath_stats.o \
26         ipath_sysfs.o \
27         ipath_uc.o \
28         ipath_ud.o \
29         ipath_user_pages.o \
30         ipath_user_sdma.o \
31         ipath_verbs_mcast.o \
32         ipath_verbs.o \
33         ipath_iba7220.o \
34         ipath_sd7220.o \
35         ipath_sd7220_img.o
36
37 ib_ipath-$(CONFIG_HT_IRQ) += ipath_iba6110.o
38 ib_ipath-$(CONFIG_PCI_MSI) += ipath_iba6120.o
39
40 ib_ipath-$(CONFIG_X86_64) += ipath_wc_x86_64.o
41 ib_ipath-$(CONFIG_PPC64) += ipath_wc_ppc64.o