aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-04 04:55:10 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-04 04:55:10 +0000
commit87b2572ae50d20f04dfa6bfbd9e0b8b20ee650e9 (patch)
tree9d20e638e48568341a6efb977a66a5c27d726d33 /Demos/Device/ClassDriver/makefile
parentf93f73210892cec94a6ca446776879dee64484ed (diff)
downloadlufa-87b2572ae50d20f04dfa6bfbd9e0b8b20ee650e9.tar.gz
lufa-87b2572ae50d20f04dfa6bfbd9e0b8b20ee650e9.tar.bz2
lufa-87b2572ae50d20f04dfa6bfbd9e0b8b20ee650e9.zip
Added new JoystickHostWithParser demos to the library.
Add some missing documentation to some of the library demos.
Diffstat (limited to 'Demos/Device/ClassDriver/makefile')
-rw-r--r--Demos/Device/ClassDriver/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile
index 30176b35b..288e01fe4 100644
--- a/Demos/Device/ClassDriver/makefile
+++ b/Demos/Device/ClassDriver/makefile
@@ -60,6 +60,7 @@ all:
make -C AudioInput $@
make -C AudioOutput $@
make -C CDC $@
+ make -C CDCMouse $@
make -C DualCDC $@
make -C GenericHID $@
make -C Joystick $@