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
15945a5
..
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
@@
-481,7
+481,7
@@
clean_list :
\r
doxygen:
\r
@echo Generating Project Documentation \($(TARGET)\)...
\r
\r
doxygen:
\r
@echo Generating Project Documentation \($(TARGET)\)...
\r
- @if (
doxygen Doxygen.conf
2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \
\r
+ @if (
( cat Doxygen.conf ; echo "HTML_STYLESHEET=$(LUFA_PATH)/LUFA/DoxygenPages/Style/Style.css" ) | doxygen -
2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \
\r
exit 1; \
\r
fi;
\r
@echo Documentation Generation Complete.
\r
exit 1; \
\r
fi;
\r
@echo Documentation Generation Complete.
\r