coverity: mediatek mt8195 platform build

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I5fd6649e9ed84bd3744874f0b37754e40aaad281
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index fcbb3a4..f615da9 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -271,9 +271,11 @@
 # We don't need to clean between each build here because we only do one build
 # per platform so we don't hit the build flags dependency problem.
 
+# Platforms from Mediatek
 make PLAT=mt8173 $(common_flags) all
 make PLAT=mt8183 $(common_flags) all
 make PLAT=mt8192 $(common_flags) COREBOOT=1 all
+make PLAT=mt8195 $(common_flags) COREBOOT=1 all
 
 # Platforms from Qualcomm
 make PLAT=sc7180 $(common_flags) COREBOOT=1 all