projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added additional bootloader API data to expose the bootloader start address and class...
[pub/USBasp.git]
/
BuildTests
/
ModuleTest
/
makefile.xmega
diff --git
a/BuildTests/ModuleTest/makefile.xmega
b/BuildTests/ModuleTest/makefile.xmega
index
e666704
..
a003ecf
100644
(file)
--- a/
BuildTests/ModuleTest/makefile.xmega
+++ b/
BuildTests/ModuleTest/makefile.xmega
@@
-209,6
+209,7
@@
CFLAGS += -fno-inline-small-functions
CFLAGS += -fpack-struct
\r
CFLAGS += -fshort-enums
\r
CFLAGS += -fno-strict-aliasing
\r
CFLAGS += -fpack-struct
\r
CFLAGS += -fshort-enums
\r
CFLAGS += -fno-strict-aliasing
\r
+CFLAGS += -fno-split-wide-types
\r
CFLAGS += -Wa,-adhlns=$(<:%.c=$(OBJDIR)/%.lst)
\r
CFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS))
\r
CFLAGS += $(CSTANDARD)
\r
CFLAGS += -Wa,-adhlns=$(<:%.c=$(OBJDIR)/%.lst)
\r
CFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS))
\r
CFLAGS += $(CSTANDARD)
\r
@@
-700,7
+701,9
@@
clean_list :
\r
doxygen:
\r
@echo Generating Project Documentation \($(TARGET)\)...
\r
\r
doxygen:
\r
@echo Generating Project Documentation \($(TARGET)\)...
\r
- @doxygen Doxygen.conf
\r
+ @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \
\r
+ exit 1; \
\r
+ fi;
\r
@echo Documentation Generation Complete.
\r
\r
clean_doxygen:
\r
@echo Documentation Generation Complete.
\r
\r
clean_doxygen:
\r