aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-10-18 05:35:48 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-10-18 05:35:48 +0000
commit42d3fc0bab56b261d22c70d635918f94b2491dd0 (patch)
treeb980328a8351c30605be7794e2e20355c1494ad5 /Demos/Device/ClassDriver/makefile
parentf9f8f39ae8f1b192dc5648a8a0a3c6d35c2b8e2f (diff)
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@868 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/makefile')
-rw-r--r--Demos/Device/ClassDriver/makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile
index b833f417..6062d324 100644
--- a/Demos/Device/ClassDriver/makefile
+++ b/Demos/Device/ClassDriver/makefile
@@ -53,9 +53,6 @@ all:
make -C RNDISEthernet clean
make -C RNDISEthernet all
- make -C USBtoSerial clean
- make -C USBtoSerial all
-
%:
make -C AudioInput $@
make -C AudioOutput $@
@@ -70,4 +67,3 @@ all:
make -C MIDI $@
make -C Mouse $@
make -C RNDISEthernet $@
- make -C USBtoSerial $@