projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add extra LUFA TAR archive export exclusions.
[pub/USBasp.git]
/
BuildTests
/
SingleUSBModeTest
/
makefile
diff --git
a/BuildTests/SingleUSBModeTest/makefile
b/BuildTests/SingleUSBModeTest/makefile
index
c147d62
..
701a4b9
100644
(file)
--- a/
BuildTests/SingleUSBModeTest/makefile
+++ b/
BuildTests/SingleUSBModeTest/makefile
@@
-12,30
+12,34
@@
# all module headers in a simple C and C++
\r
# application.
\r
\r
# all module headers in a simple C and C++
\r
# application.
\r
\r
-all:
\r
+all: begin compile clean end
\r
+
\r
+begin:
\r
@echo Executing build test "SingleUSBModeTest".
\r
@echo
\r
\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 LUFA_OPTS='-D USB_HOST_ONLY'
\r
+end:
\r
+ @echo Build test "SingleUSBModeTest" complete.
\r
+ @echo
\r
\r
\r
- $(MAKE) -f makefile.xmega clean
\r
- $(MAKE) -f makefile.xmega LUFA_OPTS='-D USB_DEVICE_ONLY'
\r
+compile:
\r
+ $(MAKE) -f makefile.avr8 clean -s
\r
+ $(MAKE) -f makefile.avr8 LUFA_OPTS='-D USB_DEVICE_ONLY' -s
\r
+ $(MAKE) -f makefile.avr8 clean -s
\r
+ $(MAKE) -f makefile.avr8 LUFA_OPTS='-D USB_HOST_ONLY' -s
\r
\r
\r
- $(MAKE) -f makefile.uc3 clean
\r
- $(MAKE) -f makefile.uc3 LUFA_OPTS='-D USB_DEVICE_ONLY'
\r
- $(MAKE) -f makefile.uc3 clean
\r
- $(MAKE) -f makefile.uc3 LUFA_OPTS='-D USB_HOST_ONLY'
\r
+ $(MAKE) -f makefile.xmega clean -s
\r
+ $(MAKE) -f makefile.xmega LUFA_OPTS='-D USB_DEVICE_ONLY' -s
\r
\r
\r
- @echo Build test "SingleUSBModeTest" complete.
\r
- @echo
\r
+ $(MAKE) -f makefile.uc3 clean -s
\r
+ $(MAKE) -f makefile.uc3 LUFA_OPTS='-D USB_DEVICE_ONLY' -s
\r
+ $(MAKE) -f makefile.uc3 clean -s
\r
+ $(MAKE) -f makefile.uc3 LUFA_OPTS='-D USB_HOST_ONLY' -s
\r
\r
clean:
\r
\r
clean:
\r
- $(MAKE) -f makefile.avr8 clean
\r
- $(MAKE) -f makefile.xmega clean
\r
- $(MAKE) -f makefile.uc3 clean
\r
+ $(MAKE) -f makefile.avr8 clean
-s
\r
+ $(MAKE) -f makefile.xmega clean
-s
\r
+ $(MAKE) -f makefile.uc3 clean
-s
\r
\r
%:
\r
\ No newline at end of file
\r
%:
\r
\ No newline at end of file