aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2024-05-15 18:16:40 -0400
committerFlorin Coras <florin.coras@gmail.com>2024-11-20 16:36:54 +0000
commit79c8f99ac928ab6108b3dd854b2ad389c4809ebb (patch)
tree2d998195b5b970285eefd1958db2da799d475757 /Makefile
parent258b82975b120b3deb34483254f1d40dca5bb79d (diff)
build: add vpp-opt-deps package
- Build an optional vpp package for optional dynamically linked dependencies for vpp plugins. Initial package contents include openssl 3.3.2. - Refactor $WS_ROOT/build makefile structure - Remove vpp-ext-deps debian control replacement of vpp-dpdk-dev package Type: make Change-Id: I1af0eff4a0c009c9d9061362f79e2013d8bf1a93 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 98866e9be5f..72d2ba5a1bc 100644
--- a/Makefile
+++ b/Makefile
@@ -271,6 +271,7 @@ help:
@echo " snap-clean - clean up snap build environment"
@echo " pkg-rpm - build RPM packages"
@echo " install-ext-dep[s] - install external development dependencies"
+ @echo " install-opt-deps - install optional dependencies"
@echo " ctags - (re)generate ctags database"
@echo " gtags - (re)generate gtags database"
@echo " cscope - (re)generate cscope database"
@@ -740,6 +741,10 @@ install-ext-deps:
.PHONY: install-ext-dep
install-ext-dep: install-ext-deps
+.PHONY: install-opt-deps
+install-opt-deps:
+ $(MAKE) -C build/optional install-$(PKG)
+
.PHONY: json-api-files
json-api-files:
$(WS_ROOT)/src/tools/vppapigen/generate_json.py