diff options
Diffstat (limited to 'BuildTests/BootloaderTest')
-rw-r--r-- | BuildTests/BootloaderTest/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |