mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 01:06:48 +07:00
a51f06e167
Issue mailbox commands to query ocrdma controller information and phy information and print them while adding ocrdma device. Signed-off-by: Selvin Xavier <selvin.xavier@emulex.com> Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
6 lines
175 B
Makefile
6 lines
175 B
Makefile
ccflags-y := -Idrivers/net/ethernet/emulex/benet
|
|
|
|
obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma.o
|
|
|
|
ocrdma-y := ocrdma_main.o ocrdma_verbs.o ocrdma_hw.o ocrdma_ah.o ocrdma_stats.o
|