projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ensure the DFU bootloader disables and clears the activity LED toggle timer when...
[pub/USBasp.git]
/
BuildTests
/
ModuleTest
/
makefile.uc3
diff --git
a/BuildTests/ModuleTest/makefile.uc3
b/BuildTests/ModuleTest/makefile.uc3
index
9c01edf
..
5628748
100644
(file)
--- a/
BuildTests/ModuleTest/makefile.uc3
+++ b/
BuildTests/ModuleTest/makefile.uc3
@@
-257,7
+257,7
@@
ASFLAGS = $(ADEFS)
# -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,--gc-sections --rodata-writable
\r
LDFLAGS += -Wl,--direct-data
\r
#LDFLAGS += -T linker_script.x
\r
LDFLAGS += -Wl,--gc-sections --rodata-writable
\r
LDFLAGS += -Wl,--direct-data
\r
#LDFLAGS += -T linker_script.x
\r
@@
-310,7
+310,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