COMPMID-417 Updated and ran include script

Made tensorflow script executable
Added some FIXME to help spotting what needs to be removed before the release

Change-Id: I2e06470a6b95252e571c543fb8d5ef02be4b16e2
Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87685
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
diff --git a/scripts/include_functions_kernels.py b/scripts/include_functions_kernels.py
index 9f566cb..901a75e 100755
--- a/scripts/include_functions_kernels.py
+++ b/scripts/include_functions_kernels.py
@@ -6,7 +6,7 @@
 
 Target = collections.namedtuple('Target', 'name prefix')
 
-targets = [Target("NEON", "NE"), Target("CL", "CL"), Target("CPP", "CPP")]
+targets = [Target("NEON", "NE"), Target("CL", "CL"), Target("CPP", "CPP"), Target("GLES_COMPUTE", "GC")]
 
 armcv_path = "arm_compute"
 core_path = armcv_path + "/core/"