diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-03-03 13:52:55 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-03-04 10:49:18 +0000 |
commit | f457a3886ae21cc0d4b43d8eaf5f8af86f836bad (patch) | |
tree | bafc3e6132a502dc8d02973eea94976e9ae5169b | |
parent | 6c8533d4c18460029adbe0825b8dee257805fbc8 (diff) |
build: add libmemif as part of build-coverity target
Change-Id: I81a3b5d0845724da40b483832a8eaed081e6e4ed
Type: improvement
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |