diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-09-15 14:52:15 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-09-15 14:52:15 +0000 |
commit | c8f7cf7621e8c0ec9566b918a81de9726b75e0ef (patch) | |
tree | 77cbed987695f63d0ee0f1206778b7f8bd121195 /BuildTests | |
parent | 45a56b4df7095daa1b8e2700f89baed0b2d84fa3 (diff) | |
download | lufa-c8f7cf7621e8c0ec9566b918a81de9726b75e0ef.tar.gz lufa-c8f7cf7621e8c0ec9566b918a81de9726b75e0ef.tar.bz2 lufa-c8f7cf7621e8c0ec9566b918a81de9726b75e0ef.zip |
Fix up the StaticAnalysis build test so that it does not report invalid configurations.
Diffstat (limited to 'BuildTests')
-rw-r--r-- | BuildTests/StaticAnalysisTest/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile index 6e6ed3c36..abac69e90 100644 --- a/BuildTests/StaticAnalysisTest/makefile +++ b/BuildTests/StaticAnalysisTest/makefile @@ -14,9 +14,12 @@ LUFA_PATH := ../../LUFA/ CPPCHECK_EXCLUDES := FATFs/ \ PetiteFATFs/ \ uip/ + CPPCHECK_INCLUDES := $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/ \ $(patsubst %/,%,$(LUFA_PATH))/../Projects/AVRISP-MKII/ +CPPCHECK_FLAGS := -U TEMPLATE_FUNC_NAME + SRC := $(patsubst %/,%,$(LUFA_PATH))/.. all: begin cppcheck end |