projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MSB of...
[pub/lufa.git]
/
Demos
/
Host
/
LowLevel
/
makefile
diff --git
a/Demos/Host/LowLevel/makefile
b/Demos/Host/LowLevel/makefile
index
b3aca12
..
9958c4f
100644
(file)
--- a/
Demos/Host/LowLevel/makefile
+++ b/
Demos/Host/LowLevel/makefile
@@
-57,6
+57,7
@@
all:
$(MAKE) -C VirtualSerialHost all
%:
+ $(MAKE) -C AndroidAccessoryHost $@
$(MAKE) -C AudioInputHost $@
$(MAKE) -C AudioOutputHost $@
$(MAKE) -C GenericHIDHost $@