aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-12-07 04:35:59 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-12-07 04:35:59 +0000
commitdb43238217465fddcca5a481f3042f58229197d7 (patch)
treee61fa3c8f3f1911a8200b988f106774a1b6780c8 /Demos/Device/ClassDriver/makefile
parent13eaea0d3e9e4d7d26e7d93ad19b6a4ffca3ca59 (diff)
Additional file renames and modifications to change CDC demos to VirtualSerial.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@954 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/makefile')
-rw-r--r--Demos/Device/ClassDriver/makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile
index 288e01fe..13a31763 100644
--- a/Demos/Device/ClassDriver/makefile
+++ b/Demos/Device/ClassDriver/makefile
@@ -20,14 +20,8 @@ all:
make -C AudioOutput clean
make -C AudioOutput 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
+ make -C DualVirtualSerial clean
+ make -C DualVirtualSerial all
make -C GenericHID clean
make -C GenericHID all
@@ -56,12 +50,16 @@ all:
make -C RNDISEthernet clean
make -C RNDISEthernet all
+ make -C VirtualSerial clean
+ make -C VirtualSerial all
+
+ make -C VirtualSerialMouse clean
+ make -C VirtualSerialMouse all
+
%:
make -C AudioInput $@
make -C AudioOutput $@
- make -C CDC $@
- make -C CDCMouse $@
- make -C DualCDC $@
+ make -C DualVirtualSerial $@
make -C GenericHID $@
make -C Joystick $@
make -C Keyboard $@
@@ -71,3 +69,5 @@ all:
make -C MIDI $@
make -C Mouse $@
make -C RNDISEthernet $@
+ make -C VirtualSerial $@
+ make -C VirtualSerialMouse $@