projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Finish initial draft of the Host Mode HID Class driver.
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
makefile
diff --git
a/Demos/Host/ClassDriver/makefile
b/Demos/Host/ClassDriver/makefile
index
f301021
..
a20746d
100644
(file)
--- a/
Demos/Host/ClassDriver/makefile
+++ b/
Demos/Host/ClassDriver/makefile
@@
-20,9
+20,15
@@
all:
make -C KeyboardHost clean
make -C KeyboardHost all
make -C KeyboardHost clean
make -C KeyboardHost all
+ make -C KeyboardHostWithParser clean
+ make -C KeyboardHostWithParser all
+
make -C MouseHost clean
make -C MouseHost all
make -C MouseHost clean
make -C MouseHost all
+ make -C MouseHostWithParser clean
+ make -C MouseHostWithParser all
+
make -C MassStorageHost clean
make -C MassStorageHost all
make -C MassStorageHost clean
make -C MassStorageHost all
@@
-32,6
+38,8
@@
all:
%:
make -C CDCHost $@
make -C KeyboardHost $@
%:
make -C CDCHost $@
make -C KeyboardHost $@
+ make -C KeyboardHostWithParser $@
make -C MouseHost $@
make -C MouseHost $@
+ make -C MouseHostWithParser $@
make -C MassStorageHost $@
make -C StillImageHost $@
make -C MassStorageHost $@
make -C StillImageHost $@