aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/ClassDriver/makefile')
-rw-r--r--Demos/Device/ClassDriver/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile
index 6062d324f..30176b35b 100644
--- a/Demos/Device/ClassDriver/makefile
+++ b/Demos/Device/ClassDriver/makefile
@@ -22,6 +22,9 @@ all:
make -C CDC clean
make -C CDC all
+
+ make -C CDCMouse clean
+ make -C CDCMouse all
make -C DualCDC clean
make -C DualCDC all