1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright 2019 Mellanox Technologies, Ltd 3 4if is_windows 5 subdir_done() 6endif 7 8drivers = [ 9 'ifc', 10 'mlx5', 11 'nfp', 12 'sfc', 13] 14std_deps = ['bus_pci', 'kvargs'] 15std_deps += ['vhost'] 16