aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSridhar K. N. Rao <srao@linuxfoundation.org>2022-06-07 15:19:07 +0530
committerSridhar K. N. Rao <srao@linuxfoundation.org>2022-06-07 15:25:08 +0530
commitaa75d7b0b5041aafa9a34bc95600db5b01a5791e (patch)
tree66adf30935ef7a3295404ea9a34372286a0d55b3
parent4ead54abb4ebd848f43cd0372540f0d0f642499f (diff)
[VPP] Fix VPP Build issue.stable/moselle
This Patch fixes the VPP build issue. Signed-off-by: Sridhar K. N. Rao <srao@linuxfoundation.org> Change-Id: I456fb698aed95a97dc86908a13a4c40dbf25e9bb
-rw-r--r--src/vpp/Makefile1
1 files changed, 1 insertions, 0 deletions
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