summaryrefslogtreecommitdiffstatshomepage
path: root/teensy
diff options
context:
space:
mode:
Diffstat (limited to 'teensy')
-rw-r--r--teensy/Makefile2
-rw-r--r--teensy/main.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/teensy/Makefile b/teensy/Makefile
index f86585c658..0e42867641 100644
--- a/teensy/Makefile
+++ b/teensy/Makefile
@@ -29,7 +29,6 @@ SRC_C = \
usb.c \
STM_SRC_C = \
- lexerstr.c \
malloc0.c \
printf.c \
string0.c \
@@ -45,6 +44,7 @@ PY_O = \
vstr.o \
unicode.o \
lexer.o \
+ lexerstr.o \
parse.o \
scope.o \
compile.o \
diff --git a/teensy/main.c b/teensy/main.c
index 4844941e70..ce6aa029da 100644
--- a/teensy/main.c
+++ b/teensy/main.c
@@ -8,7 +8,6 @@
#include "mpconfig.h"
#include "mpqstr.h"
#include "lexer.h"
-#include "../stm/lexerstr.h"
#include "parse.h"
#include "obj.h"
#include "compile.h"