diff options
Diffstat (limited to 'script/update')
-rwxr-xr-x | script/update/trees | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/update/trees b/script/update/trees index 832f27c5..47b50dd6 100755 --- a/script/update/trees +++ b/script/update/trees @@ -97,6 +97,7 @@ handle_targets() printf "Running 'make %s' for project '%s, target '%s''\n" \ "${mode}" "${project}" "${target}" [ "${project}" != "coreboot" ] || [ -n "${mode}" ] || \ + [ "${target1}" = "utils" ] || \ x_ ./vendor download ${target} x_ handle_defconfig done |