diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-11-03 12:12:07 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-11-03 12:12:07 +0000 |
| commit | 04dfe1853c1317b553f5baddd81da4d34cad3f38 (patch) | |
| tree | 493c08fb26a2294eb3d540bf1b4fcd601edd6dde /Demos/Device/ClassDriver/makefile | |
| parent | 78c8fcf72c784a88a3a9dc939c2ac14da8f6c715 (diff) | |
Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port and a HID Mouse.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@874 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/makefile')
| -rw-r--r-- | Demos/Device/ClassDriver/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile index 6062d324..30176b35 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 |
