[v0.94] Reviewed MTK SoCs

This commit is contained in:
Dr-Noob
2020-12-08 15:56:13 +01:00
parent 5b9a9e90d0
commit a96d95eba1
3 changed files with 296 additions and 276 deletions

View File

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