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 KeyboardMouseMultiReport Device ClassDriver demo.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
makefile
diff --git
a/Demos/Device/ClassDriver/makefile
b/Demos/Device/ClassDriver/makefile
index
8a691bb
..
97194a7
100644
(file)
--- a/
Demos/Device/ClassDriver/makefile
+++ b/
Demos/Device/ClassDriver/makefile
@@
-35,6
+35,9
@@
all:
$(MAKE) -C KeyboardMouse clean
$(MAKE) -C KeyboardMouse all
+ $(MAKE) -C KeyboardMouseMultiReport clean
+ $(MAKE) -C KeyboardMouseMultiReport all
+
$(MAKE) -C MassStorage clean
$(MAKE) -C MassStorage all