Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.
[pub/USBasp.git] / BuildTests / SingleUSBModeTest / makefile
index 93027d9..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
@@ -37,4 +40,8 @@ clean:
        $(MAKE) -s -f makefile.test clean ARCH=UC3\r
 \r
 %:\r
-       
\ No newline at end of file
+\r
+.PHONY: begin end compile clean\r
+\r
+# Include LUFA build script makefiles\r
+include $(LUFA_PATH)/Build/lufa.core.in\r