From ad0ba7812e1ff9eb3394be8e712a4addad346733 Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 10 Jun 2012 20:08:02 +0000 Subject: Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2338 d5102386-fcda-11dd-9fdb-3debd5008f28 --- BuildTests/StaticAnalysisTest/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BuildTests/StaticAnalysisTest/makefile') diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile index 83419908..6562a963 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 -- cgit v1.2.3