aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/DualRole/ClassDriver/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/DualRole/ClassDriver/makefile')
-rw-r--r--Demos/DualRole/ClassDriver/makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Demos/DualRole/ClassDriver/makefile b/Demos/DualRole/ClassDriver/makefile
index 866a47e67..28e06a3c1 100644
--- a/Demos/DualRole/ClassDriver/makefile
+++ b/Demos/DualRole/ClassDriver/makefile
@@ -14,9 +14,8 @@
# code.
all:
- $(MAKE) -C MouseHostDevice clean
- $(MAKE) -C MouseHostDevice all
+ $(MAKE) -s -C MouseHostDevice clean all
%:
- $(MAKE) -C MouseHostDevice $@
+ $(MAKE) -s -C MouseHostDevice $@