aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/SingleUSBModeTest
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-03 20:06:21 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-03 20:06:21 +0000
commitfb465b010fa8e015b492e8cb917972f78df1bbf6 (patch)
treef9994b1507ebf9961dbabacef028601f0e963051 /BuildTests/SingleUSBModeTest
parentc7c0e991668385cf86bb63363976cbf713ee14ca (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/SingleUSBModeTest')
-rw-r--r--BuildTests/SingleUSBModeTest/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/BuildTests/SingleUSBModeTest/makefile b/BuildTests/SingleUSBModeTest/makefile
index 98e2d25f..096d4b3d 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