Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.
[pub/USBasp.git] / BuildTests / SingleUSBModeTest / makefile
index 98e2d25..096d4b3 100644 (file)
@@ -12,6 +12,9 @@
 # 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
 all: begin compile clean end\r
 \r
 begin:\r
@@ -41,4 +44,4 @@ clean:
 .PHONY: begin end compile clean\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