Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure.
This commit is contained in:
parent
d0806c817c
commit
b7ef7f49c9
52 changed files with 37 additions and 30 deletions
|
|
@ -125,7 +125,7 @@ LUFA_PATH = ../../..
|
|||
# List C source files here. (C dependencies are automatically generated.)
|
||||
SRC = $(TARGET).c \
|
||||
ConfigDescriptor.c \
|
||||
MassStoreCommands.c \
|
||||
Lib/MassStoreCommands.c \
|
||||
$(LUFA_PATH)/LUFA/Scheduler/Scheduler.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue