mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 22:12:40 +02:00
run coreboot utils from own directory
this means coreboot can now be distcleaned safely, before and after each build of a rom image Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -41,7 +41,7 @@ _mrc_complete_hash="d18de1e3d52c0815b82ea406ca07897c56c65696"
|
||||
_mrc_complete="mrc/haswell/mrc.bin"
|
||||
|
||||
cbdir="coreboot/default"
|
||||
cbfstool="${cbdir}/util/cbfstool/cbfstool"
|
||||
cbfstool="cbutils/default/cbfstool"
|
||||
|
||||
sname=""
|
||||
|
||||
@@ -76,9 +76,7 @@ build_dependencies()
|
||||
if [ ! -d "${cbdir}/" ]; then
|
||||
./download coreboot default || return 1
|
||||
fi
|
||||
if [ ! -f "${cbfstool}" ]; then
|
||||
./build module cbutils default || return 1
|
||||
fi
|
||||
./build module cbutils default || return 1
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user