blob: ec2e603ea241975d7f39c9f42844289a99cf5d9a [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 \
Ralph Campbellf2cbb662006-12-12 14:28:28 -08009 ipath_dma.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080010 ipath_driver.o \
11 ipath_eeprom.o \
12 ipath_file_ops.o \
13 ipath_fs.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080014 ipath_init_chip.o \
15 ipath_intr.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080016 ipath_keys.o \
Bryan O'Sullivanb1c1b6a2006-08-25 11:24:31 -070017 ipath_layer.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080018 ipath_mad.o \
Ralph Campbell373d9912006-09-22 15:22:26 -070019 ipath_mmap.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080020 ipath_mr.o \
21 ipath_qp.o \
22 ipath_rc.o \
23 ipath_ruc.o \
24 ipath_srq.o \
Bryan O'Sullivanb1c1b6a2006-08-25 11:24:31 -070025 ipath_stats.o \
26 ipath_sysfs.o \
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080027 ipath_uc.o \
28 ipath_ud.o \
Bryan O'Sullivanb1c1b6a2006-08-25 11:24:31 -070029 ipath_user_pages.o \
30 ipath_verbs_mcast.o \
31 ipath_verbs.o
32
Bryan O'Sullivane757bef2006-11-16 01:19:19 -080033ib_ipath-$(CONFIG_HT_IRQ) += ipath_iba6110.o
34ib_ipath-$(CONFIG_PCI_MSI) += ipath_iba6120.o
35
Bryan O'Sullivanb1c1b6a2006-08-25 11:24:31 -070036ib_ipath-$(CONFIG_X86_64) += ipath_wc_x86_64.o
37ib_ipath-$(CONFIG_PPC64) += ipath_wc_ppc64.o