aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/StaticAnalysisTest/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-23 17:02:15 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-23 17:02:15 +0000
commit280fc42b2922ca46879bdbb3341fd308130fafa1 (patch)
tree547e85e69b4d33baf790c2bc7165c66d0ed1807d /BuildTests/StaticAnalysisTest/makefile
parent39beef46883981ef2cc375d13bc72f42b2974ce7 (diff)
Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated make variables.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2368 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/StaticAnalysisTest/makefile')
-rw-r--r--BuildTests/StaticAnalysisTest/makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile
index 6562a963..a2626ec2 100644
--- a/BuildTests/StaticAnalysisTest/makefile
+++ b/BuildTests/StaticAnalysisTest/makefile
@@ -9,15 +9,15 @@
# Static anlysis of the entire LUFA source tree, using the free cross-platform "cppcheck" tool.
# Path to the LUFA library core
-LUFA_PATH = ../../LUFA/
+LUFA_PATH := ../../LUFA/
-CPPCHECK_EXCLUDES = FATFs/ \
- PetiteFATFs/ \
- uip/
-CPPCHECK_INCLUDES = $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/ \
- $(patsubst %/,%,$(LUFA_PATH))/../Projects/AVRISP-MKII/
+CPPCHECK_EXCLUDES := FATFs/ \
+ PetiteFATFs/ \
+ uip/
+CPPCHECK_INCLUDES := $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/ \
+ $(patsubst %/,%,$(LUFA_PATH))/../Projects/AVRISP-MKII/
-SRC = $(patsubst %/,%,$(LUFA_PATH))/..
+SRC := $(patsubst %/,%,$(LUFA_PATH))/..
all: begin cppcheck-config cppcheck end