aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-11-17 13:41:13 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-11-17 13:41:13 +1100
commit2546d4ae2f96afaa7b523be65f13dfd034135f78 (patch)
tree2efd6f97089007bd7202a46e5b9c23a4ee026e94
parent56bc1890b229072513788992d1d29b6f173c13de (diff)
downloadskiboot-2546d4ae2f96afaa7b523be65f13dfd034135f78.zip
skiboot-2546d4ae2f96afaa7b523be65f13dfd034135f78.tar.gz
skiboot-2546d4ae2f96afaa7b523be65f13dfd034135f78.tar.bz2
Enable building pflash for coverity (travis)
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--.travis.yml2
-rw-r--r--Makefile.main2
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 841f754..1f0d7b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,5 +34,5 @@ addons:
description: "Build submitted via Travis CI"
notification_email: stewart@linux.vnet.ibm.com
build_command_prepend: "make clean; cov-configure --comptype gcc --compiler powerpc64-linux-gcc --template"
- build_command: "make -j4 all check gard"
+ build_command: "make -j4 all check gard pflash"
branch_pattern: coverity_scan
diff --git a/Makefile.main b/Makefile.main
index dc36426..c45eff5 100644
--- a/Makefile.main
+++ b/Makefile.main
@@ -149,6 +149,8 @@ include $(SRC)/$(DEVSRC)/Makefile.inc
# hack for travis-ci and coverity
gard:
(cd external/gard; make)
+pflash:
+ (cd external/pflash; make)
all: $(SUBDIRS) $(TARGET).lid $(TARGET).map extract-gcov