summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Ner <rohitner@google.com>2022-05-11 03:18:31 -0700
committerRohit Ner <rohitner@google.com>2022-05-18 06:12:46 -0700
commit4f53bd29f9720a6a947d2f961257558b6598d266 (patch)
treeaa6c98abc69860f19ad86fb8c91ccfe1e663686a
parent7da7f1f0b0cc365cc7ceff492e57b9ba35f56e7e (diff)
downloadarm-trusted-firmware-4f53bd29f9720a6a947d2f961257558b6598d266.tar.gz
build(stratix10): platform changes for verifying gpt header crc
This change makes the necessary additions to makefile of platforms using partition driver. Signed-off-by: Rohit Ner <rohitner@google.com> Change-Id: Ie26d9e5943453ce54ee8c72c6e44170577e3afc0
-rw-r--r--plat/intel/soc/stratix10/platform.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/plat/intel/soc/stratix10/platform.mk b/plat/intel/soc/stratix10/platform.mk
index 8b39b6ff8..5c0b42146 100644
--- a/plat/intel/soc/stratix10/platform.mk
+++ b/plat/intel/soc/stratix10/platform.mk
@@ -55,6 +55,10 @@ BL2_SOURCES += \
plat/intel/soc/common/drivers/qspi/cadence_qspi.c \
plat/intel/soc/common/drivers/wdt/watchdog.c
+include lib/zlib/zlib.mk
+PLAT_INCLUDES += -Ilib/zlib
+BL2_SOURCES += $(ZLIB_SOURCES)
+
BL31_SOURCES += \
drivers/arm/cci/cci.c \
lib/cpus/aarch64/aem_generic.S \