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/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile
index f301021da..a20746dab 100644
--- a/Demos/Host/ClassDriver/makefile
+++ b/Demos/Host/ClassDriver/makefile
@@ -20,9 +20,15 @@ all:
make -C KeyboardHost clean
make -C KeyboardHost all
+ make -C KeyboardHostWithParser clean
+ make -C KeyboardHostWithParser all
+
make -C MouseHost clean
make -C MouseHost all
+ make -C MouseHostWithParser clean
+ make -C MouseHostWithParser all
+
make -C MassStorageHost clean
make -C MassStorageHost all
@@ -32,6 +38,8 @@ all:
%:
make -C CDCHost $@
make -C KeyboardHost $@
+ make -C KeyboardHostWithParser $@
make -C MouseHost $@
+ make -C MouseHostWithParser $@
make -C MassStorageHost $@
make -C StillImageHost $@