4 lines
64 B
Makefile
4 lines
64 B
Makefile
|
ifeq ($(CONFIG_RDMA),y)
|
||
|
obj-$(CONFIG_PCI) += rdma_utils.o
|
||
|
endif
|