projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add LINKER_RELAXATIONS option to the LUFA BUILD build system module.
[pub/USBasp.git]
/
BuildTests
/
StaticAnalysisTest
/
makefile
diff --git
a/BuildTests/StaticAnalysisTest/makefile
b/BuildTests/StaticAnalysisTest/makefile
index
6562a96
..
abac69e
100644
(file)
--- a/
BuildTests/StaticAnalysisTest/makefile
+++ b/
BuildTests/StaticAnalysisTest/makefile
@@
-9,17
+9,20
@@
# Static anlysis of the entire LUFA source tree, using the free cross-platform "cppcheck" tool.
# Path to the LUFA library core
# Static anlysis of the entire LUFA source tree, using the free cross-platform "cppcheck" tool.
# Path to the LUFA library core
-LUFA_PATH
= ../../LUFA/
+LUFA_PATH
:
= ../../LUFA/
-CPPCHECK_EXCLUDES = FATFs/ \
- PetiteFATFs/ \
- uip/
-CPPCHECK_INCLUDES = $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/ \
- $(patsubst %/,%,$(LUFA_PATH))/../Projects/AVRISP-MKII/
+CPPCHECK_EXCLUDES := FATFs/ \
+ PetiteFATFs/ \
+ uip/
-SRC = $(patsubst %/,%,$(LUFA_PATH))/..
+CPPCHECK_INCLUDES := $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/ \
+ $(patsubst %/,%,$(LUFA_PATH))/../Projects/AVRISP-MKII/
-all: begin cppcheck-config cppcheck end
+CPPCHECK_FLAGS := -U TEMPLATE_FUNC_NAME
+
+SRC := $(patsubst %/,%,$(LUFA_PATH))/..
+
+all: begin cppcheck end
begin:
@echo Executing build test "StaticAnalysisTest".
begin:
@echo Executing build test "StaticAnalysisTest".
@@
-35,5
+38,5
@@
end:
.PHONY: all begin end
# Include LUFA build script makefiles
.PHONY: all begin end
# Include LUFA build script makefiles
-include $(LUFA_PATH)/Build/lufa
.core.in
-include $(LUFA_PATH)/Build/lufa
.cppcheck.in
\ No newline at end of file
+include $(LUFA_PATH)/Build/lufa
_core.mk
+include $(LUFA_PATH)/Build/lufa
_cppcheck.mk
\ No newline at end of file