aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/StillImageHost/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-15 13:42:34 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-15 13:42:34 +0000
commit84d77833503151acffbdda6217fa8ce59c6b4b8a (patch)
treedc1c0d27066a640cb90c2460298bb60629a9021d /Demos/Host/ClassDriver/StillImageHost/makefile
parent345506b11c6b816eaa7925ca115d75714d960249 (diff)
downloadlufa-84d77833503151acffbdda6217fa8ce59c6b4b8a.tar.gz
lufa-84d77833503151acffbdda6217fa8ce59c6b4b8a.tar.bz2
lufa-84d77833503151acffbdda6217fa8ce59c6b4b8a.zip
Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they will be obsoleted when the Host mode class drivers are complete. Add new StillImage stub class driver common header.
Diffstat (limited to 'Demos/Host/ClassDriver/StillImageHost/makefile')
-rw-r--r--Demos/Host/ClassDriver/StillImageHost/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/StillImageHost/makefile b/Demos/Host/ClassDriver/StillImageHost/makefile
index 184f4f9bb..4c0181b23 100644
--- a/Demos/Host/ClassDriver/StillImageHost/makefile
+++ b/Demos/Host/ClassDriver/StillImageHost/makefile
@@ -123,7 +123,6 @@ LUFA_PATH = ../../../..
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
- ConfigDescriptor.c \
Lib/StillImageCommands.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \