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 GenericHIDHost demo.
[pub/USBasp.git]
/
Demos
/
Host
/
makefile
diff --git
a/Demos/Host/makefile
b/Demos/Host/makefile
index
6e43133
..
2bf8adb
100644
(file)
--- a/
Demos/Host/makefile
+++ b/
Demos/Host/makefile
@@
-17,6
+17,9
@@
all:
make -C CDCHost clean
make -C CDCHost all
make -C CDCHost clean
make -C CDCHost all
+ make -C GenericHIDHost clean
+ make -C GenericHIDHost all
+
make -C KeyboardHost clean
make -C KeyboardHostWithParser all
make -C KeyboardHost clean
make -C KeyboardHostWithParser all
@@
-34,6
+37,7
@@
all:
%:
make -C CDCHost $@
%:
make -C CDCHost $@
+ make -C GenericHIDHost $@
make -C KeyboardHost $@
make -C KeyboardHostWithParser $@
make -C MassStorageHost $@
make -C KeyboardHost $@
make -C KeyboardHostWithParser $@
make -C MassStorageHost $@