Browse Source

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).
pull/3629/merge
Damien George 7 years ago
parent
commit
a36c700d9b
  1. 1
      ports/minimal/Makefile

1
ports/minimal/Makefile

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

Loading…
Cancel
Save