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:
parent
2351c46f0b
commit
3d39cbe94b
4 changed files with 22 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue