]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
build(agilex): platform changes for verifying gpt header crc
authorRohit Ner <rohitner@google.com>
Wed, 11 May 2022 10:15:40 +0000 (03:15 -0700)
committerRohit Ner <rohitner@google.com>
Wed, 18 May 2022 13:15:45 +0000 (06:15 -0700)
This change makes the necessary additions to makefile of
platforms using partition driver.

Signed-off-by: Rohit Ner <rohitner@google.com>
Change-Id: I1290972c7d2626262d4b6d68b99bb8f2c4b6744c

plat/intel/soc/agilex/platform.mk

index 6fe0be19d77527e3b14269b44ce64618654fb8e8..ccb4e071f046900524771e7daba0551de91a2c76 100644 (file)
@@ -56,6 +56,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                          \