aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/AudioInput/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-08-30 11:42:16 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-08-30 11:42:16 +0000
commitaa66fb95fb7fb8a54a9c1cce98b07d45196cf600 (patch)
tree866d12f0d35a52c7814c8627d6ccc84c5006b7ca /Demos/Device/ClassDriver/AudioInput/makefile
parent2371078c6af3d475eb79fa8cfc18ca4aa828fcbe (diff)
Remove deleted source files from the Device mode Class driver demos to enable them to be built.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@796 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/AudioInput/makefile')
-rw-r--r--Demos/Device/ClassDriver/AudioInput/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/AudioInput/makefile b/Demos/Device/ClassDriver/AudioInput/makefile
index 41f59a43..ad884a90 100644
--- a/Demos/Device/ClassDriver/AudioInput/makefile
+++ b/Demos/Device/ClassDriver/AudioInput/makefile
@@ -146,7 +146,6 @@ SRC = $(TARGET).c \
$(LUFA_PATH)/LUFA/Drivers/USB/HighLevel/USBTask.c \
$(LUFA_PATH)/LUFA/Drivers/USB/HighLevel/ConfigDescriptor.c \
$(LUFA_PATH)/LUFA/Drivers/USB/Class/Device/Audio.c \
- $(LUFA_PATH)/LUFA/Drivers/USB/Class/Host/Audio.c \
# List C++ source files here. (C dependencies are automatically generated.)