Add ability to generate SYM files in the BUILD module. Clean up build system output to be slightly more human readable.

This commit is contained in:
Dean Camera 2012-06-11 18:58:14 +00:00
parent 2351c46f0b
commit 3d39cbe94b
4 changed files with 22 additions and 14 deletions

View file

@ -95,7 +95,7 @@ cppcheck-config:
cppcheck $(BASE_CPPCHECK_FLAGS) --check-config $(CPPCHECK_FLAGS) $(SRC)
cppcheck:
@echo $(MSG_CPPCHECK_CMD) Performing cppcheck analysis on source files
@echo $(MSG_CPPCHECK_CMD) Performing static analysis on source files
cppcheck $(BASE_CPPCHECK_FLAGS) --enable=$(CPPCHECK_ENABLE) $(CPPCHECK_SUPPRESS:%=--suppress=%) $(CPPCHECK_FLAGS) $(SRC)
# Phony build targets for this module