Build: Change build commands to align with TF-M split build

TF-M build commands are changed by new feature "split build".
Update CI scripts to support this feature.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: If5a81ca7a1bd99ac8fb9f4850be89b48b76fcbe2
diff --git a/eclair/external_sources.ecl b/eclair/external_sources.ecl
index 2c9f30c..2e2ea30 100644
--- a/eclair/external_sources.ecl
+++ b/eclair/external_sources.ecl
@@ -18,9 +18,9 @@
 -file_tag+={external, "^trusted-firmware-m/lib/ext/t_cose/.*$"}
 
 # Ignore any auto-generated source files in build dir.
-# TODO make an exception for build/generated, in which source code is
+# TODO make an exception for ci_build/spe/build-spe/generated in which source code is
 # built in TF-M binaries.
--file_tag+={external, "^trusted-firmware-m/build/.*$"}
+-file_tag+={external, "^ci_build/.*$"}
 
 # Ignore compiler internal headers.
 -file_tag+={external, "^/.+/compiler/gcc-.*$"}