chkkineto.sh: Allow "ALL" too, per request

Change-Id: I29790c2862e1677f967ad7948a48e01854947875
diff --git a/prebuilt/common/bin/chkkineto.sh b/prebuilt/common/bin/chkkineto.sh
index 41f4d96..b94936e 100644
--- a/prebuilt/common/bin/chkkineto.sh
+++ b/prebuilt/common/bin/chkkineto.sh
@@ -17,6 +17,11 @@
        r=n
 fi
 
+if [ "$c" = "ALL" ];
+    then
+       r=n
+fi
+
 if [ "$r" = "y" ];
     then
        if [ -f $p ];