summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2021-03-03 13:52:55 +0000
committerDamjan Marion <dmarion@me.com>2021-03-04 10:49:18 +0000
commitf457a3886ae21cc0d4b43d8eaf5f8af86f836bad (patch)
treebafc3e6132a502dc8d02973eea94976e9ae5169b /Makefile
parent6c8533d4c18460029adbe0825b8dee257805fbc8 (diff)
build: add libmemif as part of build-coverity target
Change-Id: I81a3b5d0845724da40b483832a8eaed081e6e4ed Type: improvement Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7cc8d33d3f..69500400d39 100644
--- a/Makefile
+++ b/Makefile
@@ -535,6 +535,7 @@ debug:
.PHONY: build-coverity
build-coverity:
$(call make,$(PLATFORM)_coverity,install-packages)
+ @make -C build-root PLATFORM=vpp TAG=vpp_coverity libmemif-install
.PHONY: debug-release
debug-release: