Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.

This commit is contained in:
Dean Camera 2012-06-04 16:31:50 +00:00
parent 32f2d59bc0
commit 49ca5c3c83
86 changed files with 254 additions and 22 deletions

View file

@ -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