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 RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class...
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
makefile
diff --git
a/Demos/Host/ClassDriver/makefile
b/Demos/Host/ClassDriver/makefile
index
675ddfd
..
e7ad330
100644
(file)
--- a/
Demos/Host/ClassDriver/makefile
+++ b/
Demos/Host/ClassDriver/makefile
@@
-41,6
+41,9
@@
all:
make -C PrinterHost clean
make -C PrinterHost all
make -C PrinterHost clean
make -C PrinterHost all
+ make -C RNDISEthernetHost clean
+ make -C RNDISEthernetHost all
+
make -C StillImageHost clean
make -C StillImageHost all
make -C StillImageHost clean
make -C StillImageHost all
@@
-53,4
+56,5
@@
all:
make -C MouseHostWithParser $@
make -C MassStorageHost $@
make -C PrinterHost $@
make -C MouseHostWithParser $@
make -C MassStorageHost $@
make -C PrinterHost $@
+ make -C RNDISEthernetHost $@
make -C StillImageHost $@
make -C StillImageHost $@