build/coreboot/util: merge to update/project/build

The benefit now is that it can be cleaned. E.g.

./update project build -b coreboot utils
./update project build -b coreboot utils default
./update project build -c coreboot utils
./update project build -c coreboot utils default

the update/project/build script checks when arguments
are provided after the project name. if the first one
is "utils", then it acts in the same way as the old
build/coreboot/util script

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-10-07 05:03:57 +01:00
parent b6d9e6c18d
commit 0ed2ec294b
6 changed files with 32 additions and 52 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ prepare_target()
cbfstool="cbutils/${tree}/cbfstool"
cbrom="${cbdir}/build/coreboot.rom"
x_ ./build coreboot utils ${tree}
x_ ./update project build -b coreboot utils ${tree}
build_dependency_seabios