diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-17 13:41:13 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-17 13:41:13 +1100 |
commit | 2546d4ae2f96afaa7b523be65f13dfd034135f78 (patch) | |
tree | 2efd6f97089007bd7202a46e5b9c23a4ee026e94 /Makefile.main | |
parent | 56bc1890b229072513788992d1d29b6f173c13de (diff) | |
download | skiboot-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>
Diffstat (limited to 'Makefile.main')
-rw-r--r-- | Makefile.main | 2 |
1 files changed, 2 insertions, 0 deletions
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 |