projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Strip out BuildTest sub-makefile contents as much as possible. Remove old UC3 build...
[pub/USBasp.git]
/
LUFA
/
CodeTemplates
/
makefile_template
diff --git
a/LUFA/CodeTemplates/makefile_template
b/LUFA/CodeTemplates/makefile_template
index
0be15b2
..
25a41dd
100644
(file)
--- a/
LUFA/CodeTemplates/makefile_template
+++ b/
LUFA/CodeTemplates/makefile_template
@@
-16,7
+16,7
@@
F_CPU = 8000000
F_USB = $(F_CPU)
\r
OPTIMIZATION = s
\r
TARGET = Target
\r
F_USB = $(F_CPU)
\r
OPTIMIZATION = s
\r
TARGET = Target
\r
-SRC = $(TARGET).c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
\r
+SRC = $(TARGET).c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
$(LUFA_SRC_PLATFORM)
\r
LUFA_PATH = ../../LUFA/
\r
CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/
\r
LD_FLAGS =
\r
LUFA_PATH = ../../LUFA/
\r
CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/
\r
LD_FLAGS =
\r