diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-25 12:14:42 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-25 12:14:42 -0700 |
| commit | aaf01481aa5ded82a4706770f235c490649437bf (patch) | |
| tree | 130bfc60bd0fcf5121245e708236949c88763fc9 /teensy | |
| parent | 32a4eb2c532e29957d8187d7c06ee95dc500489a (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/Makefile | 1 |
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 \ |
