From 75311203d8a4f8d543dae3399cfb1f33cfbef059 Mon Sep 17 00:00:00 2001 From: dp-arm Date: Tue, 7 Mar 2017 11:02:47 +0000 Subject: Move plat/common source file definitions to generic Makefiles These source file definitions should be defined in generic Makefiles so that all platforms can benefit. Ensure that the symbols are properly marked as weak so they can be overridden by platforms. NOTE: This change is a potential compatibility break for non-upstream platforms. Change-Id: I7b892efa9f2d6d216931360dc6c436e1d10cffed Signed-off-by: dp-arm --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 782c4898..83650a8a 100644 --- a/Makefile +++ b/Makefile @@ -171,6 +171,7 @@ BL_COMMON_SOURCES += common/bl_common.c \ common/${ARCH}/debug.S \ lib/${ARCH}/cache_helpers.S \ lib/${ARCH}/misc_helpers.S \ + plat/common/${ARCH}/plat_common.c \ plat/common/${ARCH}/platform_helpers.S \ ${STDLIB_SRCS} -- cgit v1.2.3