diff options
Diffstat (limited to 'script/update/release/roms')
-rwxr-xr-x | script/update/release/roms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/update/release/roms b/script/update/release/roms index 40697ae3..c34762b0 100755 --- a/script/update/release/roms +++ b/script/update/release/roms @@ -102,7 +102,7 @@ strip_archive() [ -d "src/coreboot/${tree}" ] || \ x_ ./update project trees coreboot ${tree} - x_ ./build coreboot utils ${tree} + x_ ./update project build -b coreboot utils ${tree} if [ "${microcode_required}" = "n" ]; then for romfile in "${romdir}"/*.rom; do |