X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fcommon%2Fmlx5%2Fmeson.build;h=b2efea4432dbbc475772fa18bf3c63f20cfa7a6b;hb=8a3ba482c6da492afad05d9defd33974fd2fd87b;hp=9806865b91b29090b97700004987b0c46975a3ce;hpb=72f7566056517fc06ccfdff31f0c1484afa19e78;p=dpdk.git diff --git a/drivers/common/mlx5/meson.build b/drivers/common/mlx5/meson.build index 9806865b91..b2efea4432 100644 --- a/drivers/common/mlx5/meson.build +++ b/drivers/common/mlx5/meson.build @@ -1,21 +1,21 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2019 Mellanox Technologies, Ltd -if not (is_linux or is_windows) +if not (is_linux or (is_windows and is_ms_linker)) build = false - reason = 'only supported on Linux and Windows' + reason = 'only supported on Linux and Windows build with clang' subdir_done() endif -allow_experimental_apis = true - -deps += ['hash', 'pci', 'net', 'eal', 'kvargs'] +deps += ['hash', 'pci', 'bus_pci', 'net', 'eal', 'kvargs'] sources += files( 'mlx5_devx_cmds.c', 'mlx5_common.c', - 'mlx5_nl.c', 'mlx5_common_mp.c', 'mlx5_common_mr.c', + 'mlx5_malloc.c', + 'mlx5_common_pci.c', + 'mlx5_common_devx.c', ) cflags_options = [