aboutsummaryrefslogtreecommitdiff
path: root/cc3200/application.mk
diff options
context:
space:
mode:
authorDelio Brignoli2016-08-21 11:33:37 +0200
committerDamien George2016-09-05 12:18:53 +1000
commite2ac8bb3f14b076a29244022865e3b47c6c0800a (patch)
treeba02f53ca3f6b488084df68d78e1d5dd9ee99d46 /cc3200/application.mk
parentcac8dc34149686679b67037d393d3ea1c6aff779 (diff)
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
This new config option allows to control whether MicroPython uses its own internal printf or not (if not, an external one should be linked in). Accompanying this new option is the inclusion of lib/utils/printf.c in the core list of source files, so that ports no longer need to include it themselves.
Diffstat (limited to 'cc3200/application.mk')
-rw-r--r--cc3200/application.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/application.mk b/cc3200/application.mk
index dca6fcbc6..300262c97 100644
--- a/cc3200/application.mk
+++ b/cc3200/application.mk
@@ -154,7 +154,6 @@ APP_LIB_SRC_C = $(addprefix lib/,\
timeutils/timeutils.c \
utils/pyexec.c \
utils/pyhelp.c \
- utils/printf.c \
)
APP_STM_SRC_C = $(addprefix stmhal/,\