5c060bf178
A new vDPA class was recently introduced. IFC driver implements the vDPA operations, hence it should be moved to the vDPA class. Move it. Signed-off-by: Matan Azrad <matan@mellanox.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
11 lines
236 B
Makefile
11 lines
236 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2019 Mellanox Technologies, Ltd
|
|
|
|
include $(RTE_SDK)/mk/rte.vars.mk
|
|
|
|
ifeq ($(CONFIG_RTE_EAL_VFIO),y)
|
|
DIRS-$(CONFIG_RTE_LIBRTE_IFC_PMD) += ifc
|
|
endif
|
|
|
|
include $(RTE_SDK)/mk/rte.subdir.mk
|