aboutsummaryrefslogtreecommitdiff
path: root/stm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stm/Makefile')
-rw-r--r--stm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/Makefile b/stm/Makefile
index b7e565e9a..a9cba33bd 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -24,6 +24,7 @@ SRC_C = \
systick.c \
stm32fxxx_it.c \
usb.c \
+ lexerstm.c \
# sd.c \
SRC_S = \
@@ -33,6 +34,7 @@ PY_O = \
nlrthumb.o \
malloc.o \
qstr.o \
+ vstr.o \
misc.o \
lexer.o \
parse.o \