aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/ClassDriver/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-08-13 06:43:17 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-08-13 06:43:17 +0000
commit5d263f57d66600ca29248ac3572e2d3197834d4f (patch)
tree8277d2d9efb6f0e5396497ed309fd825e4359ee8 /Demos/Host/ClassDriver/makefile
parent0b7cf0a094dae15f556e228c5ca89c5eff93171c (diff)
Added CDC_Device_Flush() command to the CDC Device mode class driver.
Minor updates to the unfinished SideShow demo for clarity. Added unfinished MassStorageHost class driver demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@737 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/ClassDriver/makefile')
-rw-r--r--Demos/Host/ClassDriver/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile
index 993fe8b5..730d28a7 100644
--- a/Demos/Host/ClassDriver/makefile
+++ b/Demos/Host/ClassDriver/makefile
@@ -18,8 +18,12 @@ all:
make -C CDCHost all
make -C MouseHost clean
- make -C MouseHost all
+ make -C MouseHost all
+ make -C MassStorageHost clean
+ make -C MassStorageHost all
+
%:
make -C CDCHost $@
make -C MouseHost $@
+ make -C MassStorageHost $@