2010-09-24 19:17:18 +00:00
|
|
|
ccflags-y := -DIPATH_IDSTR='"QLogic kernel.org driver"' \
|
2006-03-29 15:23:39 -08:00
|
|
|
-DIPATH_KERN_TYPE=0
|
|
|
|
|
|
|
|
obj-$(CONFIG_INFINIBAND_IPATH) += ib_ipath.o
|
|
|
|
|
2006-08-25 11:24:31 -07:00
|
|
|
ib_ipath-y := \
|
|
|
|
ipath_cq.o \
|
2006-03-29 15:23:39 -08:00
|
|
|
ipath_diag.o \
|
2006-12-12 14:28:28 -08:00
|
|
|
ipath_dma.o \
|
2006-03-29 15:23:39 -08:00
|
|
|
ipath_driver.o \
|
|
|
|
ipath_eeprom.o \
|
|
|
|
ipath_file_ops.o \
|
|
|
|
ipath_fs.o \
|
|
|
|
ipath_init_chip.o \
|
|
|
|
ipath_intr.o \
|
|
|
|
ipath_keys.o \
|
|
|
|
ipath_mad.o \
|
2006-09-22 15:22:26 -07:00
|
|
|
ipath_mmap.o \
|
2006-03-29 15:23:39 -08:00
|
|
|
ipath_mr.o \
|
|
|
|
ipath_qp.o \
|
|
|
|
ipath_rc.o \
|
|
|
|
ipath_ruc.o \
|
2008-04-16 21:09:32 -07:00
|
|
|
ipath_sdma.o \
|
2006-03-29 15:23:39 -08:00
|
|
|
ipath_srq.o \
|
2006-08-25 11:24:31 -07:00
|
|
|
ipath_stats.o \
|
|
|
|
ipath_sysfs.o \
|
2006-03-29 15:23:39 -08:00
|
|
|
ipath_uc.o \
|
|
|
|
ipath_ud.o \
|
2006-08-25 11:24:31 -07:00
|
|
|
ipath_user_pages.o \
|
2008-04-16 21:09:32 -07:00
|
|
|
ipath_user_sdma.o \
|
2006-08-25 11:24:31 -07:00
|
|
|
ipath_verbs_mcast.o \
|
2010-05-06 17:03:19 -07:00
|
|
|
ipath_verbs.o
|
2006-08-25 11:24:31 -07:00
|
|
|
|
2006-11-16 01:19:19 -08:00
|
|
|
ib_ipath-$(CONFIG_HT_IRQ) += ipath_iba6110.o
|
|
|
|
|
2006-08-25 11:24:31 -07:00
|
|
|
ib_ipath-$(CONFIG_X86_64) += ipath_wc_x86_64.o
|
|
|
|
ib_ipath-$(CONFIG_PPC64) += ipath_wc_ppc64.o
|