aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/LowLevel/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/LowLevel/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/LowLevel/makefile')
-rw-r--r--Demos/Device/LowLevel/makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Demos/Device/LowLevel/makefile b/Demos/Device/LowLevel/makefile
index 68bcac61..991b37e4 100644
--- a/Demos/Device/LowLevel/makefile
+++ b/Demos/Device/LowLevel/makefile
@@ -20,11 +20,8 @@ all:
make -C AudioOutput clean
make -C AudioOutput all
- make -C CDC clean
- make -C CDC 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
@@ -50,11 +47,13 @@ all:
make -C RNDISEthernet clean
make -C RNDISEthernet all
+ make -C VirtualSerial clean
+ make -C VirtualSerial all
+
%:
make -C AudioInput $@
make -C AudioOutput $@
- make -C CDC $@
- make -C DualCDC $@
+ make -C DualVirtualSerial $@
make -C GenericHID $@
make -C Joystick $@
make -C Keyboard $@
@@ -63,3 +62,4 @@ all:
make -C MIDI $@
make -C Mouse $@
make -C RNDISEthernet $@
+ make -C VirtualSerial $@