From a94fda95edd3af5dfd1a1a79a2b3c9f30cf407fc Mon Sep 17 00:00:00 2001 From: Adrien Mazarguil Date: Fri, 29 Jan 2016 11:31:36 +0100 Subject: [PATCH] mlx5: fix header generation in parallel builds Fixes: 771fa900b73a ("mlx5: introduce new driver for Mellanox ConnectX-4 adapters") Signed-off-by: Adrien Mazarguil --- drivers/net/mlx5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/mlx5/Makefile b/drivers/net/mlx5/Makefile index 736d205904..028f4f93dc 100644 --- a/drivers/net/mlx5/Makefile +++ b/drivers/net/mlx5/Makefile @@ -120,7 +120,7 @@ mlx5_autoconf.h: $(RTE_SDK)/scripts/auto-config-h.sh enum IBV_EXP_QP_BURST_CREATE_ENABLE_MULTI_PACKET_SEND_WR \ $(AUTOCONF_OUTPUT) -mlx5.o: mlx5_autoconf.h +$(SRCS-$(CONFIG_RTE_LIBRTE_MLX5_PMD):.c=.o): mlx5_autoconf.h clean_mlx5: FORCE $Q rm -f -- mlx5_autoconf.h -- 2.20.1