summaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-06-15 18:55:34 +1000
committerDamien George <damien.p.george@gmail.com>2017-06-15 18:55:34 +1000
commit4f9858e86debaaa4a65f0663ac3c67be15000064 (patch)
treee30d11e1e642ddab0cf778a1369c1d206486a5df /stmhal/Makefile
parent76ec04a6d93668806409b6f5b2788a4043fb7bb5 (diff)
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
It provides sys.stdin, sys.stdout, sys.stderr for bare-metal targets based on mp_hal functions.
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 2d9d44afd..73c7ed6c4 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -110,6 +110,7 @@ SRC_LIB = $(addprefix lib/,\
timeutils/timeutils.c \
utils/pyexec.c \
utils/interrupt_char.c \
+ utils/sys_stdio_mphal.c \
)
DRIVERS_SRC_C = $(addprefix drivers/,\
@@ -145,7 +146,6 @@ SRC_C = \
usb.c \
wdt.c \
gccollect.c \
- pybstdio.c \
help.c \
machine_i2c.c \
modmachine.c \