projects
/
pub
/
USBasp.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/USBasp.git]
/
LUFA
/
Build
/
HID_EEPROM_Loader
/
makefile
diff --git
a/LUFA/Build/HID_EEPROM_Loader/makefile
b/LUFA/Build/HID_EEPROM_Loader/makefile
index
148e779
..
6226783
100644
(file)
--- a/
LUFA/Build/HID_EEPROM_Loader/makefile
+++ b/
LUFA/Build/HID_EEPROM_Loader/makefile
@@
-16,7
+16,7
@@
F_USB = $(F_CPU)
OPTIMIZATION = s
\r
TARGET = HID_EEPROM_Loader
\r
SRC = $(TARGET).c
\r
-LUFA_PATH = ../../../LUFA
/
\r
+LUFA_PATH = ../../../LUFA
\r
CC_FLAGS =
\r
LD_FLAGS =
\r
OBJECT_FILES = InputEEData.o
\r