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 d84761f3a..675ddfdc7 100644
--- a/Demos/Host/ClassDriver/makefile
+++ b/Demos/Host/ClassDriver/makefile
@@ -38,6 +38,9 @@ all:
make -C MassStorageHost clean
make -C MassStorageHost all
+ make -C PrinterHost clean
+ make -C PrinterHost all
+
make -C StillImageHost clean
make -C StillImageHost all
@@ -49,4 +52,5 @@ all:
make -C MouseHost $@
make -C MouseHostWithParser $@
make -C MassStorageHost $@
+ make -C PrinterHost $@
make -C StillImageHost $@