Skip to content
Snippets Groups Projects
Commit e61abb57 authored by Vaibhav Gupta's avatar Vaibhav Gupta
Browse files

software: Makefile: Do not run cppcheck for kernel


Signed-off-by: default avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent d11b7b48
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment