From 60a2147a511e5ed9719d43d2570ba66335745de4 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 3 Jun 2012 20:06:21 +0000 Subject: Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH. --- BuildTests/SingleUSBModeTest/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'BuildTests/SingleUSBModeTest/makefile') diff --git a/BuildTests/SingleUSBModeTest/makefile b/BuildTests/SingleUSBModeTest/makefile index 98e2d25f3..096d4b3d1 100644 --- a/BuildTests/SingleUSBModeTest/makefile +++ b/BuildTests/SingleUSBModeTest/makefile @@ -12,6 +12,9 @@ # all module headers in a simple C and C++ # application. +# Path to the LUFA library core +LUFA_PATH = ../../LUFA/ + all: begin compile clean end begin: @@ -41,4 +44,4 @@ clean: .PHONY: begin end compile clean # Include LUFA build script makefiles -include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in +include $(LUFA_PATH)/Build/lufa.core.in -- cgit v1.2.3