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 /stmhal/Makefile | |
| 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 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index 6073a7690..30ec40f3a 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -108,6 +108,7 @@ SRC_LIB = $(addprefix lib/,\ libm/wf_tgamma.c \ fatfs/ff.c \ fatfs/option/ccsbcs.c \ + mp-readline/builtin_input.c \ mp-readline/readline.c \ netutils/netutils.c \ timeutils/timeutils.c \ |
