minimal/Makefile: Explicitly include lib/utils/printf.c in build.

The bare-metal port needs it and it's no longer included by default since
the Makefile now uses $(PY_CORE_O).
This commit is contained in:
Damien George 2018-02-22 13:19:09 +11:00
parent 6af4515969
commit a36c700d9b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ LIBS =
SRC_C = \
main.c \
uart_core.c \
lib/utils/printf.c \
lib/utils/stdout_helpers.c \
lib/utils/pyexec.c \
lib/libc/string0.c \