]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/infiniband/hw/ipath/Makefile
IB/ipath: add calls to new 7220 code and enable in build
[net-next-2.6.git] / drivers / infiniband / hw / ipath / Makefile
CommitLineData
759d5768 1EXTRA_CFLAGS += -DIPATH_IDSTR='"QLogic kernel.org driver"' \
77d8798b
BS
2 -DIPATH_KERN_TYPE=0
3
77d8798b
BS
4obj-$(CONFIG_INFINIBAND_IPATH) += ib_ipath.o
5
b1c1b6a3
BS
6ib_ipath-y := \
7 ipath_cq.o \
77d8798b 8 ipath_diag.o \
f2cbb660 9 ipath_dma.o \
77d8798b
BS
10 ipath_driver.o \
11 ipath_eeprom.o \
12 ipath_file_ops.o \
13 ipath_fs.o \
77d8798b
BS
14 ipath_init_chip.o \
15 ipath_intr.o \
77d8798b
BS
16 ipath_keys.o \
17 ipath_mad.o \
373d9915 18 ipath_mmap.o \
77d8798b
BS
19 ipath_mr.o \
20 ipath_qp.o \
21 ipath_rc.o \
22 ipath_ruc.o \
124b4dcb 23 ipath_sdma.o \
77d8798b 24 ipath_srq.o \
b1c1b6a3
BS
25 ipath_stats.o \
26 ipath_sysfs.o \
77d8798b
BS
27 ipath_uc.o \
28 ipath_ud.o \
b1c1b6a3 29 ipath_user_pages.o \
124b4dcb 30 ipath_user_sdma.o \
b1c1b6a3
BS
31 ipath_verbs_mcast.o \
32 ipath_verbs.o
33
e757bef2
BS
34ib_ipath-$(CONFIG_HT_IRQ) += ipath_iba6110.o
35ib_ipath-$(CONFIG_PCI_MSI) += ipath_iba6120.o
124b4dcb 36ib_ipath-$(CONFIG_PCI_MSI) += ipath_iba7220.o ipath_sd7220.o ipath_sd7220_img.o
e757bef2 37
b1c1b6a3
BS
38ib_ipath-$(CONFIG_X86_64) += ipath_wc_x86_64.o
39ib_ipath-$(CONFIG_PPC64) += ipath_wc_ppc64.o