# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
obj-$(CONFIG_INFINIBAND_ERDMA) += erdma.o

erdma-y :=\
		erdma_cm.o erdma_cmd.o erdma_cmdq.o erdma_compat.o erdma_cq.o\
		erdma_debugfs.o erdma_eq.o erdma_ioctl.o erdma_main.o erdma_qp.o\
		erdma_stats.o erdma_verbs.o
