diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | Makefile.main | 2 |
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 |