projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added new Printer Host mode Class driver.
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
makefile
diff --git
a/Demos/Host/ClassDriver/makefile
b/Demos/Host/ClassDriver/makefile
index
d84761f
..
675ddfd
100644
(file)
--- a/
Demos/Host/ClassDriver/makefile
+++ b/
Demos/Host/ClassDriver/makefile
@@
-38,6
+38,9
@@
all:
make -C MassStorageHost clean
make -C MassStorageHost all
make -C MassStorageHost clean
make -C MassStorageHost all
+ make -C PrinterHost clean
+ make -C PrinterHost all
+
make -C StillImageHost clean
make -C StillImageHost all
make -C StillImageHost clean
make -C StillImageHost all
@@
-49,4
+52,5
@@
all:
make -C MouseHost $@
make -C MouseHostWithParser $@
make -C MassStorageHost $@
make -C MouseHost $@
make -C MouseHostWithParser $@
make -C MassStorageHost $@
+ make -C PrinterHost $@
make -C StillImageHost $@
make -C StillImageHost $@