diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-03 20:06:21 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-03 20:06:21 +0000 |
| commit | fb465b010fa8e015b492e8cb917972f78df1bbf6 (patch) | |
| tree | f9994b1507ebf9961dbabacef028601f0e963051 /BuildTests/ModuleTest/makefile | |
| parent | c7c0e991668385cf86bb63363976cbf713ee14ca (diff) | |
Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2301 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/ModuleTest/makefile')
| -rw-r--r-- | BuildTests/ModuleTest/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/BuildTests/ModuleTest/makefile b/BuildTests/ModuleTest/makefile index 6cdd575b..a756c309 100644 --- a/BuildTests/ModuleTest/makefile +++ b/BuildTests/ModuleTest/makefile @@ -12,6 +12,8 @@ # all module headers in a simple C and C++
# application.
+# Path to the LUFA library core
+LUFA_PATH = ../../LUFA/
# List of device families per architecture, one device per architecture sub-family
AVR8_FAMILIES = at90usb1287 at90usb1286 atmega16u4 atmega16u2 at90usb162
@@ -55,4 +57,4 @@ clean: .PHONY: all arch_avr8 arch_xmega arch_uc3 begin end
# Include LUFA build script makefiles
-include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in
+include $(LUFA_PATH)/Build/lufa.core.in
|
