blob: 7dc10551cf1857eda301afda1905e2def5a63f1a [file] [log] [blame]
Bryan O'Sullivan759d5762006-07-01 04:35:49 -07001EXTRA_CFLAGS += -DIPATH_IDSTR='"QLogic kernel.org driver"' \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002 -DIPATH_KERN_TYPE=0
3
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08004obj-$(CONFIG_INFINIBAND_IPATH) += ib_ipath.o
5
Bryan O'Sullivanb1c1b6a2006-08-25 11:24:31 -07006ib_ipath-y := \
7 ipath_cq.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08008 ipath_diag.o \
9 ipath_driver.o \
10 ipath_eeprom.o \
11 ipath_file_ops.o \
12 ipath_fs.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080013 ipath_init_chip.o \
14 ipath_intr.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080015 ipath_keys.o \
Bryan O'Sullivanb1c1b6a2006-08-25 11:24:31 -070016 ipath_layer.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080017 ipath_mad.o \
Ralph Campbell373d9912006-09-22 15:22:26 -070018 ipath_mmap.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080019 ipath_mr.o \
20 ipath_qp.o \
21 ipath_rc.o \
22 ipath_ruc.o \
23 ipath_srq.o \
Bryan O'Sullivanb1c1b6a2006-08-25 11:24:31 -070024 ipath_stats.o \
25 ipath_sysfs.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080026 ipath_uc.o \
27 ipath_ud.o \
Bryan O'Sullivanb1c1b6a2006-08-25 11:24:31 -070028 ipath_user_pages.o \
29 ipath_verbs_mcast.o \
30 ipath_verbs.o
31
Bryan O'Sullivane757bef2006-11-16 01:19:19 -080032ib_ipath-$(CONFIG_HT_IRQ) += ipath_iba6110.o
33ib_ipath-$(CONFIG_PCI_MSI) += ipath_iba6120.o
34
Bryan O'Sullivanb1c1b6a2006-08-25 11:24:31 -070035ib_ipath-$(CONFIG_X86_64) += ipath_wc_x86_64.o
36ib_ipath-$(CONFIG_PPC64) += ipath_wc_ppc64.o