aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-03 12:12:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-03 12:12:07 +0000
commit0899deaae3355428a4be749bdc618799a7d6af2d (patch)
tree493c08fb26a2294eb3d540bf1b4fcd601edd6dde /Demos/Device/ClassDriver/makefile
parent5832bab02f9dedee5fae540f0e38b7417cddfb9d (diff)
downloadlufa-0899deaae3355428a4be749bdc618799a7d6af2d.tar.gz
lufa-0899deaae3355428a4be749bdc618799a7d6af2d.tar.bz2
lufa-0899deaae3355428a4be749bdc618799a7d6af2d.zip
Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port and a HID Mouse.
Diffstat (limited to 'Demos/Device/ClassDriver/makefile')
-rw-r--r--Demos/Device/ClassDriver/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile
index 6062d324f..30176b35b 100644
--- a/Demos/Device/ClassDriver/makefile
+++ b/Demos/Device/ClassDriver/makefile
@@ -22,6 +22,9 @@ all:
make -C CDC clean
make -C CDC all
+
+ make -C CDCMouse clean
+ make -C CDCMouse all
make -C DualCDC clean
make -C DualCDC all