Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build module.

This commit is contained in:
Dean Camera 2012-06-10 20:08:02 +00:00
parent e7e45baef1
commit 2351c46f0b
1 changed files with 2 additions and 1 deletions

View File

@ -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