aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-07 04:35:59 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-07 04:35:59 +0000
commitcf22a744ec0da3b68c4ffdb14c6fa43f2e07542f (patch)
treee61fa3c8f3f1911a8200b988f106774a1b6780c8 /Demos/Device/LowLevel/makefile
parent7a9b3d3641e1bc97d2826b4865b3cedb11099e62 (diff)
downloadlufa-cf22a744ec0da3b68c4ffdb14c6fa43f2e07542f.tar.gz
lufa-cf22a744ec0da3b68c4ffdb14c6fa43f2e07542f.tar.bz2
lufa-cf22a744ec0da3b68c4ffdb14c6fa43f2e07542f.zip
Additional file renames and modifications to change CDC demos to VirtualSerial.
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 68bcac61a..991b37e49 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 $@