diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-04-16 20:43:30 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-04-16 20:43:30 +0000 |
| commit | ae725031d00d742b168d04921abaa5ce0268152a (patch) | |
| tree | 53e913ea56067365cd8d2505a82cc135e7154268 /BuildTests/StaticAnalysisTest/makefile | |
| parent | 1e994d14e7519de8acba489f5666e7d42a2d4ef5 (diff) | |
Fix up static analysis build test so that inline suppressions for missing header files are not required in the XPLAINBridge project.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2168 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 817727ea..70adf0f1 100644 --- a/BuildTests/StaticAnalysisTest/makefile +++ b/BuildTests/StaticAnalysisTest/makefile @@ -24,7 +24,8 @@ SUPPRESS_WARNINGS = variableScope \ missingInclude
# Extra paths to search for include files
-INCLUDE_PATHS = $(LUFA_ROOT_PATH)/LUFA/CodeTemplates/
+INCLUDE_PATHS = $(LUFA_ROOT_PATH)/LUFA/CodeTemplates/ \
+ $(LUFA_ROOT_PATH)/Projects/AVRISP-MKII/
# Configuration options to pass to cppcheck
CPPCHECK_OPTIONS = --template=$(MESSAGE_TEMPLATE) $(INCLUDE_PATHS:%=-I%) $(EXCLUDE_LIST:%=-i%) --inline-suppr --force --error-exitcode=1 --std=c99
|
