aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/MassStorage/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/MassStorage/makefile')
-rw-r--r--Demos/Device/MassStorage/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/MassStorage/makefile b/Demos/Device/MassStorage/makefile
index 78abcfd07..93f895727 100644
--- a/Demos/Device/MassStorage/makefile
+++ b/Demos/Device/MassStorage/makefile
@@ -125,8 +125,8 @@ LUFA_PATH = ../../..
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
Descriptors.c \
- SCSI.c \
- DataflashManager.c \
+ Lib/SCSI.c \
+ Lib/DataflashManager.c \
$(LUFA_PATH)/LUFA/Scheduler/Scheduler.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \