projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBr...
[pub/lufa.git]
/
BuildTests
/
BoardDriverTest
/
makefile.test
diff --git
a/BuildTests/BoardDriverTest/makefile.test
b/BuildTests/BoardDriverTest/makefile.test
index
82ff3ad
..
06dfb54
100644
(file)
--- a/
BuildTests/BoardDriverTest/makefile.test
+++ b/
BuildTests/BoardDriverTest/makefile.test
@@
-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