projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor cleanup to Attributes.h spacing and rename old multiple-inclusion macro guard.
[pub/USBasp.git]
/
BuildTests
/
ModuleTest
/
makefile.avr8
diff --git
a/BuildTests/ModuleTest/makefile.avr8
b/BuildTests/ModuleTest/makefile.avr8
index
58fd5a4
..
8673209
100644
(file)
--- a/
BuildTests/ModuleTest/makefile.avr8
+++ b/
BuildTests/ModuleTest/makefile.avr8
@@
-339,7
+339,7
@@
EXTMEMOPTS =
# -Wl,...: tell GCC to pass this to linker.
\r
# -Map: create map file
\r
# --cref: add cross reference to map file
\r
# -Wl,...: tell GCC to pass this to linker.
\r
# -Map: create map file
\r
# --cref: add cross reference to map file
\r
-LDFLAGS = -Wl,-Map=$(TARGET).map,--cref
\r
+
#
LDFLAGS = -Wl,-Map=$(TARGET).map,--cref
\r
LDFLAGS += -Wl,--relax
\r
LDFLAGS += -Wl,--gc-sections
\r
LDFLAGS += $(EXTMEMOPTS)
\r
LDFLAGS += -Wl,--relax
\r
LDFLAGS += -Wl,--gc-sections
\r
LDFLAGS += $(EXTMEMOPTS)
\r
@@
-463,7
+463,7
@@
LST = $(SRC:%.c=$(OBJDIR)/%.lst) $(CPPSRC:%.cpp=$(OBJDIR)/%.lst) $(ASRC:%.S=$(OB
\r
\r
# Compiler flags to generate dependency files.
\r
\r
\r
# Compiler flags to generate dependency files.
\r
-GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d
\r
+
#
GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d
\r
\r
\r
# Combine all necessary flags and optional flags.
\r
\r
\r
# Combine all necessary flags and optional flags.
\r