aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/StaticAnalysisTest
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-10 20:08:02 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-10 20:08:02 +0000
commit2351c46f0b4669e9406927e59070c92cf85a7468 (patch)
tree355aec82b4488af49728992b14d4f6fc05516d3f /BuildTests/StaticAnalysisTest
parente7e45baef1a7846fde7004b2ec045eef2e4261d1 (diff)
downloadlufa-2351c46f0b4669e9406927e59070c92cf85a7468.tar.gz
lufa-2351c46f0b4669e9406927e59070c92cf85a7468.tar.bz2
lufa-2351c46f0b4669e9406927e59070c92cf85a7468.zip
Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build module.
Diffstat (limited to 'BuildTests/StaticAnalysisTest')
-rw-r--r--BuildTests/StaticAnalysisTest/makefile3
1 files changed, 2 insertions, 1 deletions
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