summaryrefslogtreecommitdiffstats
path: root/Makefile.main
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-11-27 11:38:37 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-11-27 11:38:37 +1100
commit86beb828a2a3421c504e2bcd42b9cbfa5154efaa (patch)
tree65283d8c4622d7e85cd99788c23595310c3a078b /Makefile.main
parented7753c8e12fc3a17a7c32da5873ff1f830e2aa7 (diff)
downloadblackbird-skiboot-86beb828a2a3421c504e2bcd42b9cbfa5154efaa.tar.gz
blackbird-skiboot-86beb828a2a3421c504e2bcd42b9cbfa5154efaa.zip
Update hack for building pflash for coverity scan
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.main')
-rw-r--r--Makefile.main4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.main b/Makefile.main
index c45eff5f..094a8fc8 100644
--- a/Makefile.main
+++ b/Makefile.main
@@ -149,9 +149,13 @@ include $(SRC)/$(DEVSRC)/Makefile.inc
# hack for travis-ci and coverity
gard:
(cd external/gard; make)
+
pflash:
(cd external/pflash; make)
+pflash-coverity:
+ (cd external/pflash; ./build-all-arch.sh)
+
all: $(SUBDIRS) $(TARGET).lid $(TARGET).map extract-gcov
OBJS := $(ASM) $(CORE) $(HW) $(PLATFORMS) $(LIBFDT) $(LIBFLASH)
OpenPOWER on IntegriCloud