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 <Manish.Badarkhe@arm.com>
Change-Id: Ib6978255e39a7f5d5013952841930ae68b12c318
This commit is contained in:
Manish V Badarkhe 2022-06-29 14:12:50 +01:00 committed by Manish V Badarkhe
parent 810bb3d0f4
commit a8ec6a50d2

View file

@ -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}