From aa75d7b0b5041aafa9a34bc95600db5b01a5791e Mon Sep 17 00:00:00 2001 From: "Sridhar K. N. Rao" Date: Tue, 7 Jun 2022 15:19:07 +0530 Subject: [VPP] Fix VPP Build issue. This Patch fixes the VPP build issue. Signed-off-by: Sridhar K. N. Rao Change-Id: I456fb698aed95a97dc86908a13a4c40dbf25e9bb --- src/vpp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vpp/Makefile') diff --git a/src/vpp/Makefile b/src/vpp/Makefile index d3146f46..5753a994 100644 --- a/src/vpp/Makefile +++ b/src/vpp/Makefile @@ -37,6 +37,7 @@ force_make: $(WORK_DIR)/Makefile # another option is to copy all required VPP dependencies into VSPERF # installation files and keep them updated $(AT)$(MAKE) -C $(WORK_DIR) UNATTENDED=y install-dep + $(AT)$(MAKE) -C $(WORK_DIR) UNATTENDED=y install-ext-deps $(AT)$(MAKE) -C $(WORK_DIR) build-release $(MORE_MAKE_FLAGS) # vppctl expects that vpp_api_test is installed in system directories # in order to execute vppctl from src/ subtree we have to use absolute path -- cgit 1.2.3-korg