mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 06:22:56 +02:00
put coreboot utils in elf/, not cbutils/
one directory per util, under elf/ e.g. elf/cbfstool/ further split by tree name, e.g.: elf/cbfstool/default/ elf/cbfstool/foo/ Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ build_payloads()
|
||||
romdir="bin/$board"
|
||||
cbdir="src/coreboot/$board"
|
||||
[ "$board" = "$tree" ] || cbdir="src/coreboot/$tree"
|
||||
cbfstool="cbutils/$tree/cbfstool"
|
||||
cbfstool="elf/cbfstool/$tree/cbfstool"
|
||||
cbrom="$cbdir/build/coreboot.rom"
|
||||
|
||||
[ -f "$cbfstool" ] || x_ ./update trees -b coreboot utils $tree
|
||||
|
||||
Reference in New Issue
Block a user