projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Feature...
[pub/USBasp.git]
/
Demos
/
Host
/
makefile
diff --git
a/Demos/Host/makefile
b/Demos/Host/makefile
index
6e43133
..
82661ff
100644
(file)
--- a/
Demos/Host/makefile
+++ b/
Demos/Host/makefile
@@
-17,8
+17,11
@@
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 KeyboardHost clean
- make -C KeyboardHost
WithParser all
+ make -C KeyboardHost
all
make -C MassStorageHost clean
make -C MassStorageHost all
make -C MassStorageHost clean
make -C MassStorageHost 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 $@