aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-30 11:36:04 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-30 11:36:04 +0000
commit3dce79d68ccc50ee1007e485396826762b6965b5 (patch)
tree5196dda6bc6ff6b339548a26c6481f2dfa40dbdb /Demos/Host/ClassDriver/makefile
parent0d3a3f7536b6b2f22858f82541c383aa3759aa15 (diff)
downloadlufa-3dce79d68ccc50ee1007e485396826762b6965b5.tar.gz
lufa-3dce79d68ccc50ee1007e485396826762b6965b5.tar.bz2
lufa-3dce79d68ccc50ee1007e485396826762b6965b5.zip
Added start of the Still Image Host Class driver demo and driver code.
Re-enabled building of the Host mode demos ClassDriver directory.
Diffstat (limited to 'Demos/Host/ClassDriver/makefile')
-rw-r--r--Demos/Host/ClassDriver/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile
index 730d28a78..71607838d 100644
--- a/Demos/Host/ClassDriver/makefile
+++ b/Demos/Host/ClassDriver/makefile
@@ -22,8 +22,12 @@ all:
make -C MassStorageHost clean
make -C MassStorageHost all
+
+ make -C StillImageHost clean
+ make -C StillImageHost all
%:
make -C CDCHost $@
make -C MouseHost $@
make -C MassStorageHost $@
+ make -C StillImageHost $@