mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07: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
|