From: Dean Camera Date: Sun, 10 Jun 2012 20:08:02 +0000 (+0000) Subject: Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build... X-Git-Tag: LUFA-130303~176 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/2351c46f0b4669e9406927e59070c92cf85a7468 Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build module. --- diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile index 834199084..6562a9636 100644 --- a/BuildTests/StaticAnalysisTest/makefile +++ b/BuildTests/StaticAnalysisTest/makefile @@ -16,7 +16,8 @@ CPPCHECK_EXCLUDES = FATFs/ \ uip/ CPPCHECK_INCLUDES = $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/ \ $(patsubst %/,%,$(LUFA_PATH))/../Projects/AVRISP-MKII/ -CPPCHECK_PATH = $(patsubst %/,%,$(LUFA_PATH))/.. + +SRC = $(patsubst %/,%,$(LUFA_PATH))/.. all: begin cppcheck-config cppcheck end