Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.
[pub/USBasp.git] / BuildTests / ModuleTest / makefile
index 6cdd575..a756c30 100644 (file)
@@ -12,6 +12,8 @@
 # all module headers in a simple C and C++\r
 # application.\r
 \r
+# Path to the LUFA library core\r
+LUFA_PATH         = ../../LUFA/\r
 \r
 # List of device families per architecture, one device per architecture sub-family\r
 AVR8_FAMILIES  = at90usb1287 at90usb1286 atmega16u4 atmega16u2 at90usb162\r
@@ -55,4 +57,4 @@ clean:
 .PHONY: all arch_avr8 arch_xmega arch_uc3 begin end\r
 \r
 # Include LUFA build script makefiles\r
-include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in\r
+include $(LUFA_PATH)/Build/lufa.core.in\r