Commit e61abb57 authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: Makefile: Do not run cppcheck for kernel

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent d11b7b48
......@@ -26,5 +26,8 @@ $(C_DIRS): include
$(DIRS):
$(MAKE) -C $@ $(ENV_VAR) $(TARGET)
flawfinder cppcheck:
flawfinder:
for d in $(C_DIRS); do $(MAKE) -C $$d $@ || exit 1; done
cppcheck:
$(MAKE) -C tools cppcheck
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