zephyr: Add estimated image footer size to cache in sysbuild

Adds MCUboot's estimated overhead footer size to the application's
cache when using sysbuild, this allows that information to be
propagated to applications which can use the information to reduce
the available size for an application, preventing the MCUboot
error of image too large to swap.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
diff --git a/zephyr/module.yml b/zephyr/module.yml
index c4293e3..014a219 100644
--- a/zephyr/module.yml
+++ b/zephyr/module.yml
@@ -2,3 +2,4 @@
   - boot/zephyr
 build:
   cmake: ./boot/bootutil/zephyr
+  sysbuild-cmake: boot/zephyr/sysbuild