Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBr...
[pub/lufa.git] / BuildTests / BoardDriverTest / makefile.test
index 82ff3ad..06dfb54 100644 (file)
@@ -17,7 +17,7 @@ F_USB        = 8000000
 OPTIMIZATION = 1
 TARGET       = Test
 SRC          = $(TARGET).c
-LUFA_PATH    = ../../LUFA/
+LUFA_PATH    = ../../LUFA
 CC_FLAGS     = -Werror
 
 # Include LUFA build script makefiles