aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky2015-10-31 19:35:10 +0300
committerPaul Sokolovsky2015-10-31 19:35:10 +0300
commit0ec51441de4db3fc776b1f2013005391caa910d3 (patch)
treec2212c4c0ab2898a793e9e806c41170ef4e9e2e1 /stmhal/Makefile
parent731f359292c0e2630873df1a19c5baac7287024f (diff)
stmhal: pyexec.c is common module, move to lib/utils/ .
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile2
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 \