Skip to content
Snippets Groups Projects
Commit a36c700d authored by Damien George's avatar Damien George
Browse files

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).
parent 6af45159
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment