aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/AudioOutput/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-30 11:42:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-30 11:42:16 +0000
commit813e6f0318090135c652eb7348b154576faa680c (patch)
tree866d12f0d35a52c7814c8627d6ccc84c5006b7ca /Demos/Device/ClassDriver/AudioOutput/makefile
parente2822fb30dd3903e9be24b01d5874ba4123be8bc (diff)
downloadlufa-813e6f0318090135c652eb7348b154576faa680c.tar.gz
lufa-813e6f0318090135c652eb7348b154576faa680c.tar.bz2
lufa-813e6f0318090135c652eb7348b154576faa680c.zip
Remove deleted source files from the Device mode Class driver demos to enable them to be built.
Diffstat (limited to 'Demos/Device/ClassDriver/AudioOutput/makefile')
-rw-r--r--Demos/Device/ClassDriver/AudioOutput/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/AudioOutput/makefile b/Demos/Device/ClassDriver/AudioOutput/makefile
index 686154c20..98ad10926 100644
--- a/Demos/Device/ClassDriver/AudioOutput/makefile
+++ b/Demos/Device/ClassDriver/AudioOutput/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.)