diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-10 20:08:02 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-10 20:08:02 +0000 |
| commit | ad0ba7812e1ff9eb3394be8e712a4addad346733 (patch) | |
| tree | 355aec82b4488af49728992b14d4f6fc05516d3f /BuildTests/StaticAnalysisTest/makefile | |
| parent | a851c19697f816365813b07dc1467001d26f2fb2 (diff) | |
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
Diffstat (limited to 'BuildTests/StaticAnalysisTest/makefile')
| -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 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 |
