mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +02:00
put coreboot utils in elf/coreboot/TREE
not elf/UTIL/TREE This way, they are automatically deleted when a tree has to be re-built. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-2
@@ -270,8 +270,8 @@ bootstrap()
|
||||
cbdir="src/coreboot/$tree"
|
||||
mecleaner="$xbmkpwd/$cbdir/util/me_cleaner/me_cleaner.py"
|
||||
kbc1126_ec_dump="$xbmkpwd/$cbdir/util/kbc1126/kbc1126_ec_dump"
|
||||
cbfstool="elf/cbfstool/$tree/cbfstool"
|
||||
rmodtool="elf/cbfstool/$tree/rmodtool"
|
||||
cbfstool="elf/coreboot/$tree/cbfstool"
|
||||
rmodtool="elf/coreboot/$tree/rmodtool"
|
||||
|
||||
x_ ./mk -f coreboot "${cbdir##*/}"
|
||||
fx_ "x_ ./mk -b" printf "uefitool\nbiosutilities\nbios_extract\n"
|
||||
|
||||
Reference in New Issue
Block a user