Commit a744cc9c authored by Federico Vaga's avatar Federico Vaga

bld: fix flawfinder usage

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 88479ca4
......@@ -12,6 +12,7 @@ REPO_PARENT ?= $(TOPDIR)/..
TDC_HDL := $(TOPDIR)/hdl
CPPCHECK ?= cppcheck
FLAWFINDER ?= flawfinder
DKMS ?= 0
CURDIR := $(shell /bin/pwd)
KVERSION ?= $(shell uname -r)
......@@ -86,3 +87,6 @@ clean:
cppcheck:
$(CPPCHECK) -q -I. -I$(ZIO_ABS)/include -I$(FMC_BUS_ABS)/ --enable=all *.c *.h
flawfinder:
$(FLAWFINDER) -SQDC --error-level=3 .
......@@ -74,7 +74,7 @@ cppcheck:
$(CPPCHECK) -q -I. -I../kernel -I $(ZIO_ABS)/include --suppress=missingIncludeSystem --enable=warning,style,information,missingInclude *.c *.h
flawfinder:
$(FLAWFINDER) -SQDC --error-level=5 .
$(FLAWFINDER) -SQDC --error-level=6 .
-include .depend
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment