aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Magstripe/makefile')
-rw-r--r--Projects/Magstripe/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Magstripe/makefile b/Projects/Magstripe/makefile
index 6a77cf05c..962c999b3 100644
--- a/Projects/Magstripe/makefile
+++ b/Projects/Magstripe/makefile
@@ -125,7 +125,7 @@ LUFA_PATH = ../..
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
Descriptors.c \
- CircularBitBuffer.c \
+ Lib/CircularBitBuffer.c \
$(LUFA_PATH)/LUFA/Scheduler/Scheduler.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \