cc3200: Use common pyexec.c .

sys-override
Paul Sokolovsky 2015-10-31 20:20:04 +03:00
parent 4deb4936d5
commit 000a12783c
1 changed files with 1 additions and 1 deletions

View File

@ -151,6 +151,7 @@ APP_LIB_SRC_C = $(addprefix lib/,\
mp-readline/readline.c \
netutils/netutils.c \
timeutils/timeutils.c \
utils/pyexec.c \
)
APP_STM_SRC_C = $(addprefix stmhal/,\
@ -162,7 +163,6 @@ APP_STM_SRC_C = $(addprefix stmhal/,\
lexerfatfs.c \
moduselect.c \
printf.c \
pyexec.c \
pybstdio.c \
)