From 3ad7704fbb273440d649b96478e8e302d1285170 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Wed, 4 Jan 2017 17:24:32 -0500 Subject: Prep work for Coverity upload processing via Jenkins Change-Id: I2575d780d19e12ddf8a77e5596e5d7cc3dbf4233 Signed-off-by: Dave Barach --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2af63403..1a01846b 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,7 @@ help: @echo " wipe-release - wipe all products of release build " @echo " build - build debug binaries" @echo " build-release - build release binaries" + @echo " build-coverity - build coverity artifacts" @echo " rebuild - wipe and build debug binares" @echo " rebuild-release - wipe and build release binares" @echo " run - run debug binary" @@ -287,6 +288,9 @@ run-release: debug: $(call run, $(BR)/install-$(PLATFORM)_debug-native,$(GDB) $(GDB_ARGS) --args) +build-coverity: + $(call make,$(PLATFORM)_coverity,install-packages) + debug-release: $(call run, $(BR)/install-$(PLATFORM)-native,$(GDB) $(GDB_ARGS) --args) -- cgit 1.2.3-korg