mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-20 09:34:44 +08: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
|