projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update build test "ModuleTest" to check platform drivers where possible. Add missing...
[pub/USBasp.git]
/
BuildTests
/
SingleUSBModeTest
/
makefile
diff --git
a/BuildTests/SingleUSBModeTest/makefile
b/BuildTests/SingleUSBModeTest/makefile
index
9697ee6
..
c147d62
100644
(file)
--- a/
BuildTests/SingleUSBModeTest/makefile
+++ b/
BuildTests/SingleUSBModeTest/makefile
@@
-13,6
+13,9
@@
# application.
\r
\r
all:
\r
# application.
\r
\r
all:
\r
+ @echo Executing build test "SingleUSBModeTest".
\r
+ @echo
\r
+
\r
$(MAKE) -f makefile.avr8 clean
\r
$(MAKE) -f makefile.avr8 LUFA_OPTS='-D USB_DEVICE_ONLY'
\r
$(MAKE) -f makefile.avr8 clean
\r
$(MAKE) -f makefile.avr8 clean
\r
$(MAKE) -f makefile.avr8 LUFA_OPTS='-D USB_DEVICE_ONLY'
\r
$(MAKE) -f makefile.avr8 clean
\r
@@
-26,6
+29,9
@@
all:
$(MAKE) -f makefile.uc3 clean
\r
$(MAKE) -f makefile.uc3 LUFA_OPTS='-D USB_HOST_ONLY'
\r
\r
$(MAKE) -f makefile.uc3 clean
\r
$(MAKE) -f makefile.uc3 LUFA_OPTS='-D USB_HOST_ONLY'
\r
\r
+ @echo Build test "SingleUSBModeTest" complete.
\r
+ @echo
\r
+
\r
clean:
\r
$(MAKE) -f makefile.avr8 clean
\r
$(MAKE) -f makefile.xmega clean
\r
clean:
\r
$(MAKE) -f makefile.avr8 clean
\r
$(MAKE) -f makefile.xmega clean
\r