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 730d28a78..71607838d 100644
--- a/Demos/Host/ClassDriver/makefile
+++ b/Demos/Host/ClassDriver/makefile
@@ -22,8 +22,12 @@ all:
make -C MassStorageHost clean
make -C MassStorageHost all
+
+ make -C StillImageHost clean
+ make -C StillImageHost all
%:
make -C CDCHost $@
make -C MouseHost $@
make -C MassStorageHost $@
+ make -C StillImageHost $@