Makefile 667 字节
Newer Older
1
EXTRA_CFLAGS += -DIPATH_IDSTR='"QLogic kernel.org driver"' \
2 3 4 5
	-DIPATH_KERN_TYPE=0

obj-$(CONFIG_INFINIBAND_IPATH) += ib_ipath.o

6 7
ib_ipath-y := \
	ipath_cq.o \
8 9 10 11 12 13 14 15 16
	ipath_diag.o \
	ipath_driver.o \
	ipath_eeprom.o \
	ipath_file_ops.o \
	ipath_fs.o \
	ipath_ht400.o \
	ipath_init_chip.o \
	ipath_intr.o \
	ipath_keys.o \
17
	ipath_layer.o \
18
	ipath_mad.o \
19
	ipath_mmap.o \
20
	ipath_mr.o \
21
	ipath_pe800.o \
22 23 24 25
	ipath_qp.o \
	ipath_rc.o \
	ipath_ruc.o \
	ipath_srq.o \
26 27
	ipath_stats.o \
	ipath_sysfs.o \
28 29
	ipath_uc.o \
	ipath_ud.o \
30 31 32 33 34 35
	ipath_user_pages.o \
	ipath_verbs_mcast.o \
	ipath_verbs.o

ib_ipath-$(CONFIG_X86_64) += ipath_wc_x86_64.o
ib_ipath-$(CONFIG_PPC64) += ipath_wc_ppc64.o