mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-04 12:54:37 +08:00
b262a06e64
Once we have iWARP support, the qede portion of the qedr<->qede would serve all the RDMA protocols - so rename the file to be appropriate to its function. While we're at it, we're also moving a couple of inclusions to it into .h files and adding includes to make sure it contains all type definitions it requires. Signed-off-by: Michal Kalderon <Michal.Kalderon@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
6 lines
176 B
Makefile
6 lines
176 B
Makefile
obj-$(CONFIG_QEDE) := qede.o
|
|
|
|
qede-y := qede_main.o qede_fp.o qede_filter.o qede_ethtool.o qede_ptp.o
|
|
qede-$(CONFIG_DCB) += qede_dcbnl.o
|
|
qede-$(CONFIG_QED_RDMA) += qede_rdma.o
|