[v0.94] Reviewed snapdragon 2XX and 4XX

This commit is contained in:
Dr-Noob
2020-12-04 20:23:48 +01:00
parent ea5d07504c
commit 4971774ce4
3 changed files with 68 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
SOC_LIST="$(grep CHECK_SOC soc.c | grep -v '//' | grep -v 'define' | cut -d',' -f2 | sed 's/"//')"
SOC_LIST="$(grep CHECK_SOC soc.c | grep -v '//CHECK' | grep -v 'define' | cut -d',' -f2 | sed 's/"//')"
IFS=$'"'