Skip to content

Commit

Permalink
net/mlx4: remove dependency on libmnl in meson
Browse files Browse the repository at this point in the history
[ upstream commit 0224b78 ]

There is no dependency on this library for mlx4.

Fixes: 1dd7c7e ("net/mlx4: support meson build")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Raslan Darawsheh <rasland@mellanox.com>
  • Loading branch information
david-marchand authored and kevintraynor committed Dec 9, 2019
1 parent 3165962 commit 39a7ab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/mlx4/meson.build
Expand Up @@ -14,7 +14,6 @@ if pmd_dlopen
]
endif
libs = [
cc.find_library('mnl', required:false),
cc.find_library('mlx4', required:false),
cc.find_library('ibverbs', required:false),
]
Expand Down

0 comments on commit 39a7ab1

Please sign in to comment.