diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 14:23:47 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 14:23:47 +0000 |
commit | 292fc9b65eba6b874dd4c29087cf499123f8bd0c (patch) | |
tree | 68af690fbf600e9e77dc983865fd6ed25c7560ac /Demos/Device/Incomplete/Sideshow/makefile | |
parent | 18f7cd3325418585c1d32426456379356247226d (diff) | |
download | lufa-292fc9b65eba6b874dd4c29087cf499123f8bd0c.tar.gz lufa-292fc9b65eba6b874dd4c29087cf499123f8bd0c.tar.bz2 lufa-292fc9b65eba6b874dd4c29087cf499123f8bd0c.zip |
Move unfinished SideShow source files to nested Lib directory for clarity.
Diffstat (limited to 'Demos/Device/Incomplete/Sideshow/makefile')
-rw-r--r-- | Demos/Device/Incomplete/Sideshow/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/makefile b/Demos/Device/Incomplete/Sideshow/makefile index e5d40879c..aa44b24ef 100644 --- a/Demos/Device/Incomplete/Sideshow/makefile +++ b/Demos/Device/Incomplete/Sideshow/makefile @@ -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 \
|