From a8ec6a50d20e5d6118c14c650cc39f4ec125efa8 Mon Sep 17 00:00:00 2001 From: Manish V Badarkhe Date: Wed, 29 Jun 2022 14:12:50 +0100 Subject: [PATCH] refactor(renesas): remove mbedtls_common makefile inclusion Renesas platform does not support crypto, but mbedtls_common.mk is still included in its makefile. Therefore, this inclusion was removed to avoid un-necessary compilation of mbedTLS source. Signed-off-by: Manish V Badarkhe Change-Id: Ib6978255e39a7f5d5013952841930ae68b12c318 --- plat/renesas/common/common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/plat/renesas/common/common.mk b/plat/renesas/common/common.mk index aef0ad149..26a5798dc 100644 --- a/plat/renesas/common/common.mk +++ b/plat/renesas/common/common.mk @@ -140,5 +140,4 @@ BL31_SOURCES += ${RCAR_GIC_SOURCES} \ drivers/arm/cci/cci.c include lib/xlat_tables_v2/xlat_tables.mk -include drivers/auth/mbedtls/mbedtls_crypto.mk PLAT_BL_COMMON_SOURCES += ${XLAT_TABLES_LIB_SRCS} -- 2.39.5