summaryrefslogtreecommitdiff
path: root/teensy
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-05-25 12:14:42 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-05-25 12:14:42 -0700
commitaaf01481aa5ded82a4706770f235c490649437bf (patch)
tree130bfc60bd0fcf5121245e708236949c88763fc9 /teensy
parent32a4eb2c532e29957d8187d7c06ee95dc500489a (diff)
Change the approach for input so that its not included in every single build. Put it next to readline instead.
Diffstat (limited to 'teensy')
-rw-r--r--teensy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/teensy/Makefile b/teensy/Makefile
index a38916ff8..ab377dfb2 100644
--- a/teensy/Makefile
+++ b/teensy/Makefile
@@ -106,6 +106,7 @@ STM_SRC_S = $(addprefix stmhal/,\
LIB_SRC_C = $(addprefix lib/,\
libc/string0.c \
+ mp-readline/builtin_input.c \
mp-readline/readline.c \
utils/pyexec.c \
utils/pyhelp.c \