summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-05-30 10:56:47 +0100
committerGitHub <noreply@github.com>2017-05-30 10:56:47 +0100
commit572e14132706377530ea9f9ba4cd1fcb4b2b9479 (patch)
treeaf982ccc1159c358c3b3475eb2621f277ed322da /Makefile
parent562aef8e2f69907a888c6e053d868b360d1dd4b3 (diff)
parentd77b98cabf228b277af2bc5e5ea9c4b221a6cd7b (diff)
Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memory
Reduce code size when building with Trusted Board Boot enabled
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 299ff303..c5c281aa 100644
--- a/Makefile
+++ b/Makefile
@@ -163,6 +163,7 @@ include lib/stdlib/stdlib.mk
BL_COMMON_SOURCES += common/bl_common.c \
common/tf_printf.c \
+ common/tf_snprintf.c \
common/${ARCH}/debug.S \
lib/${ARCH}/cache_helpers.S \
lib/${ARCH}/misc_helpers.S \