Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.
This commit is contained in:
parent
32f2d59bc0
commit
49ca5c3c83
86 changed files with 254 additions and 22 deletions
|
|
@ -82,3 +82,6 @@ cppcheck-config:
|
|||
cppcheck:
|
||||
@echo $(MSG_CPPCHECK_CMD) Performing cppcheck analysis on path \"$(CPPCHECK_PATH)\"
|
||||
cppcheck $(CPPCHECK_OPTIONS) --enable=$(CPPCHECK_ENABLE) $(CPPCHECK_SUPPRESS:%=--suppress=%) $(CPPCHECK_PATH)
|
||||
|
||||
# Phony build targets for this module
|
||||
.PHONY: cppcheck-config cppcheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue