aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/MassStorageHost/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/MassStorageHost/makefile')
-rw-r--r--Demos/Host/MassStorageHost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/MassStorageHost/makefile b/Demos/Host/MassStorageHost/makefile
index d4792ae40..f50f59887 100644
--- a/Demos/Host/MassStorageHost/makefile
+++ b/Demos/Host/MassStorageHost/makefile
@@ -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 \