aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/DualRole/ClassDriver/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-01 22:32:43 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-01 22:32:43 +0000
commit56e792c95b1a29e61d9204a8f7f305d7f33261f1 (patch)
tree9a4fe8e631f6d4ec98942b4e7f1dc2349d25283f /Demos/DualRole/ClassDriver/makefile
parente309f42af3389afc8a11fb7475cdd808d89aef98 (diff)
downloadlufa-56e792c95b1a29e61d9204a8f7f305d7f33261f1.tar.gz
lufa-56e792c95b1a29e61d9204a8f7f305d7f33261f1.tar.bz2
lufa-56e792c95b1a29e61d9204a8f7f305d7f33261f1.zip
Switch over Demos, Bootloaders and Projects to the new and improved build system.
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 $@