Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated make variables.

This commit is contained in:
Dean Camera 2012-06-23 17:02:15 +00:00
parent 90b6bf9e25
commit 43e10d666b
6 changed files with 16 additions and 16 deletions

View file

@ -11,7 +11,7 @@
# with all supported device configurations.
# Path to the LUFA library core
LUFA_PATH = ../../LUFA/
LUFA_PATH := ../../LUFA/
all: begin testbootloaders clean end