aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/ModuleTest
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-07-11 19:57:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-07-11 19:57:19 +0000
commit1faa5ba70aecc5a55ec198e2129181f5a79489d2 (patch)
tree80b7ee2380e66ad4cc481e509db534b218d0eb2f /BuildTests/ModuleTest
parenta9b68526036ab0e17298848627702d4698993998 (diff)
downloadlufa-1faa5ba70aecc5a55ec198e2129181f5a79489d2.tar.gz
lufa-1faa5ba70aecc5a55ec198e2129181f5a79489d2.tar.bz2
lufa-1faa5ba70aecc5a55ec198e2129181f5a79489d2.zip
Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBridge project AVRISP file include path to prevent build errors.
Diffstat (limited to 'BuildTests/ModuleTest')
-rw-r--r--BuildTests/ModuleTest/makefile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTests/ModuleTest/makefile.test b/BuildTests/ModuleTest/makefile.test
index 4e7d6f900..aad7e728a 100644
--- a/BuildTests/ModuleTest/makefile.test
+++ b/BuildTests/ModuleTest/makefile.test
@@ -16,7 +16,7 @@ F_CPU = $(F_USB)
OPTIMIZATION = 1
TARGET = Test
SRC = $(TARGET)_C.c $(TARGET)_CPP.cpp Dummy.S $(LUFA_SRC_USB)
-LUFA_PATH = ../../LUFA/
+LUFA_PATH = ../../LUFA
ifeq ($(ARCH), AVR8)
F_USB = 8000000