Build: Fix tf-m-example-ns-app build for RP2350
The RP2350 platform NS build requires an ASM compiler, so ASM must be
specified as a language used by the project
Change-Id: Ifcdd7c30e15f215161f9510ee26c46d6829b2a22
Signed-off-by: William Vinnicombe <william.vinnicombe@raspberrypi.com>
diff --git a/examples/tf-m-example-ns-app/CMakeLists.txt b/examples/tf-m-example-ns-app/CMakeLists.txt
index 6b78aa5..d48d8df 100644
--- a/examples/tf-m-example-ns-app/CMakeLists.txt
+++ b/examples/tf-m-example-ns-app/CMakeLists.txt
@@ -29,7 +29,7 @@
endif()
include(${TFM_TOOLCHAIN_FILE})
-project("TF-M Example" LANGUAGES C)
+project("TF-M Example" LANGUAGES C ASM)
add_executable(tfm_ns)