aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/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/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/makefile')
-rw-r--r--Demos/Host/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/makefile b/Demos/Host/makefile
index aa7b4cf70..937c8fac8 100644
--- a/Demos/Host/makefile
+++ b/Demos/Host/makefile
@@ -14,5 +14,5 @@
# code.
%:
- @echo TODO: Re-enable building of Host mode Class Driver demos once complete
+ make -C ClassDriver/ $@
make -C LowLevel/ $@