Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user