aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/SingleUSBModeTest
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/SingleUSBModeTest
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/SingleUSBModeTest')
-rw-r--r--BuildTests/SingleUSBModeTest/makefile.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/BuildTests/SingleUSBModeTest/makefile.test b/BuildTests/SingleUSBModeTest/makefile.test
index 461a4b612..7f634821f 100644
--- a/BuildTests/SingleUSBModeTest/makefile.test
+++ b/BuildTests/SingleUSBModeTest/makefile.test
@@ -15,17 +15,17 @@ BOARD = NONE
F_CPU = $(F_USB)
ifeq ($(ARCH), AVR8)
-F_USB = 8000000
+ F_USB = 8000000
else ifeq ($(ARCH), XMEGA)
-F_USB = 48000000
+ F_USB = 48000000
else ifeq ($(ARCH), UC3)
-F_USB = 48000000
+ F_USB = 48000000
endif
OPTIMIZATION = 1
TARGET = Test
SRC = Test.c Dummy.S $(LUFA_SRC_USB)
-LUFA_PATH = ../../LUFA/
+LUFA_PATH = ../../LUFA
CC_FLAGS =
# TODO: Add warnings and set warnings as errors