From 280fc42b2922ca46879bdbb3341fd308130fafa1 Mon Sep 17 00:00:00 2001 From: Dean Date: Sat, 23 Jun 2012 17:02:15 +0000 Subject: 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 --- BuildTests/StaticAnalysisTest/makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'BuildTests/StaticAnalysisTest/makefile') 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 -- cgit v1.2.3