From 43e10d666b502f1918051bbecdaf7d181040fe00 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 23 Jun 2012 17:02:15 +0000 Subject: Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated make variables. --- BuildTests/BootloaderTest/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuildTests/BootloaderTest') diff --git a/BuildTests/BootloaderTest/makefile b/BuildTests/BootloaderTest/makefile index 1294ba084..e894e6f79 100644 --- a/BuildTests/BootloaderTest/makefile +++ b/BuildTests/BootloaderTest/makefile @@ -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 -- cgit v1.2.3