Move unfinished SideShow source files to nested Lib directory for clarity.

This commit is contained in:
Dean Camera 2009-07-20 14:23:47 +00:00
parent 18f7cd3325
commit 292fc9b65e
13 changed files with 9 additions and 14 deletions

View file

@ -135,10 +135,10 @@ LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENAB
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
Descriptors.c \
SideshowCommon.c \
SideshowCommands.c \
SideshowApplications.c \
SideshowContent.c \
Lib/SideshowCommon.c \
Lib/SideshowCommands.c \
Lib/SideshowApplications.c \
Lib/SideshowContent.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \