Commit 46e994c6 authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: kernel: Makefile: Add flawfinder

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent bc0882cd
......@@ -42,6 +42,7 @@ I2C_ABS ?= $(abspath $(I2C))
SPI_ABS ?= $(abspath $(SPI))
CPPCHECK ?= cppcheck
FLAWFINDER ?= flawfinder
all: modules
......@@ -71,3 +72,6 @@ clean:
cppcheck:
$(CPPCHECK) -q -I. -I$(KERNELSRC) --suppress=missingIncludeSystem --enable=all *.c *.h --error-exitcode=1
flawfinder:
$(FLAWFINDER) -SQDC --error-level=3 .
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