aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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