diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-23 17:02:15 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-23 17:02:15 +0000 |
| commit | 280fc42b2922ca46879bdbb3341fd308130fafa1 (patch) | |
| tree | 547e85e69b4d33baf790c2bc7165c66d0ed1807d /BuildTests/BootloaderTest/makefile | |
| parent | 39beef46883981ef2cc375d13bc72f42b2974ce7 (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/BootloaderTest/makefile')
| -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 1294ba08..e894e6f7 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 |
