aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/ClassDriver/makefile')
-rw-r--r--Demos/Host/ClassDriver/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile
index 675ddfdc7..e7ad330d4 100644
--- 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 RNDISEthernetHost clean
+ make -C RNDISEthernetHost 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 RNDISEthernetHost $@
make -C StillImageHost $@