From c8f7cf7621e8c0ec9566b918a81de9726b75e0ef Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 15 Sep 2012 14:52:15 +0000 Subject: Fix up the StaticAnalysis build test so that it does not report invalid configurations. --- BuildTests/StaticAnalysisTest/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BuildTests/StaticAnalysisTest') 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 -- cgit v1.2.3