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 GenericHID device demo application.
[pub/USBasp.git]
/
Demos
/
Device
/
makefile
diff --git
a/Demos/Device/makefile
b/Demos/Device/makefile
index
825825f
..
6c21911
100644
(file)
--- a/
Demos/Device/makefile
+++ b/
Demos/Device/makefile
@@
-26,6
+26,9
@@
all:
make -C DualCDC clean
make -C DualCDC all
make -C DualCDC clean
make -C DualCDC all
+ make -C GenericHID clean
+ make -C GenericHID all
+
make -C Joystick clean
make -C Joystick all
make -C Joystick clean
make -C Joystick all
@@
-55,6
+58,7
@@
all:
make -C AudioOutput $@
make -C CDC $@
make -C DualCDC $@
make -C AudioOutput $@
make -C CDC $@
make -C DualCDC $@
+ make -C GenericHID $@
make -C Joystick $@
make -C Keyboard $@
make -C KeyboardMouse $@
make -C Joystick $@
make -C Keyboard $@
make -C KeyboardMouse $@