Build: Merge tfm_partition_defs into tfm_config
CMake target tfm_partition_defs is merged into tfm_config. Same change
is also needed in tf-m-extras.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I3f30b5d3d5947d79afb8a7085f318a8ed5c64804
diff --git a/examples/example_partition/CMakeLists.txt b/examples/example_partition/CMakeLists.txt
index 34130f3..cb31de6 100644
--- a/examples/example_partition/CMakeLists.txt
+++ b/examples/example_partition/CMakeLists.txt
@@ -67,7 +67,7 @@
tfm_app_rot_partition_example
)
-target_compile_definitions(tfm_partition_defs
+target_compile_definitions(tfm_config
INTERFACE
TFM_PARTITION_EXAMPLE
)