1# SPDX-License-Identifier: GPL-2.0-only 2obj-$(CONFIG_MLX5_VFIO_PCI) += mlx5-vfio-pci.o 3mlx5-vfio-pci-y := main.o cmd.o 4 5