summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-09-18 12:17:33 +0100
committerGitHub <noreply@github.com>2017-09-18 12:17:33 +0100
commitb4f4a2f06ce4da2b7856abb71ad38e726aa7ec68 (patch)
treef1e70250154010f18994c4d1ea68ce0c133bd722 /Makefile
parent756f9bb86ea71b5816da53e4a40ee6e3fe9e5625 (diff)
parent7f56e9a31c91099cd0147883a0282ec89ae0b346 (diff)
Merge pull request #1093 from soby-mathew/eb/log_fw
Implement log framework
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 267fc823..a7d3a878 100644
--- a/Makefile
+++ b/Makefile
@@ -162,11 +162,13 @@ include lib/compiler-rt/compiler-rt.mk
include lib/stdlib/stdlib.mk
BL_COMMON_SOURCES += common/bl_common.c \
+ common/tf_log.c \
common/tf_printf.c \
common/tf_snprintf.c \
common/${ARCH}/debug.S \
lib/${ARCH}/cache_helpers.S \
lib/${ARCH}/misc_helpers.S \
+ plat/common/plat_log_common.c \
plat/common/${ARCH}/plat_common.c \
plat/common/${ARCH}/platform_helpers.S \
${COMPILER_RT_SRCS} \