projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add additional preprocessor sanity checks for the XMEGA platform based on the USB...
[pub/USBasp.git]
/
BuildTests
/
ModuleTest
/
makefile.xmega
diff --git
a/BuildTests/ModuleTest/makefile.xmega
b/BuildTests/ModuleTest/makefile.xmega
index
a003ecf
..
de27630
100644
(file)
--- a/
BuildTests/ModuleTest/makefile.xmega
+++ b/
BuildTests/ModuleTest/makefile.xmega
@@
-123,8
+123,7
@@
include $(LUFA_PATH)/LUFA/makefile
SRC = Test_C.c \
\r
$(LUFA_SRC_USB) \
\r
$(LUFA_SRC_USBCLASS) \
\r
SRC = Test_C.c \
\r
$(LUFA_SRC_USB) \
\r
$(LUFA_SRC_USBCLASS) \
\r
- $(LUFA_SRC_SERIAL) \
\r
- $(LUFA_SRC_SCHEDULER)
\r
+ $(LUFA_SRC_SERIAL)
\r
\r
\r
# List C++ source files here. (C dependencies are automatically generated.)
\r
\r
\r
# List C++ source files here. (C dependencies are automatically generated.)
\r
@@
-701,7
+700,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
": warning:
" ;); then \
\r
+ @if ( doxygen Doxygen.conf 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