From 2546d4ae2f96afaa7b523be65f13dfd034135f78 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Tue, 17 Nov 2015 13:41:13 +1100 Subject: Enable building pflash for coverity (travis) Signed-off-by: Stewart Smith --- Makefile.main | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.main') 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 -- cgit v1.1