13/08/2019 01:03, Thomas Monjalon: > While testing compilation of mlx drivers, > I hit some issues and misses. > The result is 6 patches of cleanup, fixes and test improvements. > > Thomas Monjalon (6): > build: remove redundant libs from pkgconfig > drivers: add some reasons for meson disabling > net/mlx: fix meson build with custom dependency path > net/mlx: fix build with make and recent gcc > devtools: test compiler availability only once > devtools: load target-specific compilation environment > > devtools/test-meson-builds.sh | 52 +++++++++++++++++---------- > drivers/baseband/turbo_sw/meson.build | 1 + > drivers/compress/isal/meson.build | 1 - > drivers/net/af_xdp/meson.build | 1 - > drivers/net/memif/meson.build | 5 +-- > drivers/net/mlx4/Makefile | 3 +- > drivers/net/mlx4/meson.build | 9 ++--- > drivers/net/mlx5/Makefile | 3 +- > drivers/net/mlx5/meson.build | 7 ++-- > drivers/raw/ioat/meson.build | 1 + > 10 files changed, 52 insertions(+), 31 deletions(-)
Applied