diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-15 13:42:34 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-15 13:42:34 +0000 |
| commit | 43e7ffaadaef06574cb69b5f9a86b9ba13dd23ec (patch) | |
| tree | dc1c0d27066a640cb90c2460298bb60629a9021d /Demos/Host/ClassDriver/KeyboardHostWithParser/makefile | |
| parent | 4431d275dfa51d4fbd892d7efd961a36f112b2e1 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@601 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/ClassDriver/KeyboardHostWithParser/makefile')
| -rw-r--r-- | Demos/Host/ClassDriver/KeyboardHostWithParser/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile b/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile index 8b1f08b7..41e15fa8 100644 --- a/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile +++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile @@ -124,7 +124,6 @@ LUFA_PATH = ../../../.. # List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
- ConfigDescriptor.c \
HIDReport.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \
|
