diff options
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index 8c0cd2175..ab1c345af 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -103,6 +103,7 @@ SRC_LIB = $(addprefix lib/,\ mp-readline/readline.c \ netutils/netutils.c \ timeutils/timeutils.c \ + utils/pyexec.c \ ) SRC_C = \ @@ -132,7 +133,6 @@ SRC_C = \ printf.c \ gccollect.c \ pybstdio.c \ - pyexec.c \ help.c \ input.c \ modmachine.c \ |
