diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-10 20:08:02 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-10 20:08:02 +0000 |
commit | 2351c46f0b4669e9406927e59070c92cf85a7468 (patch) | |
tree | 355aec82b4488af49728992b14d4f6fc05516d3f | |
parent | e7e45baef1a7846fde7004b2ec045eef2e4261d1 (diff) | |
download | lufa-2351c46f0b4669e9406927e59070c92cf85a7468.tar.gz lufa-2351c46f0b4669e9406927e59070c92cf85a7468.tar.bz2 lufa-2351c46f0b4669e9406927e59070c92cf85a7468.zip |
Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build module.
-rw-r--r-- | BuildTests/StaticAnalysisTest/makefile | 3 |
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 |