5 lines
133 B
Makefile
5 lines
133 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
obj-$(CONFIG_MANA_INFINIBAND) += mana_ib.o
|
||
|
|
||
|
mana_ib-y := device.o main.o wq.o qp.o cq.o mr.o
|