summaryrefslogtreecommitdiff
path: root/include/vendor.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-27 10:11:42 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-27 10:11:42 +0100
commitdc6996252a0f516add85e0cbcf1693bfa80f8c99 (patch)
tree5bf02cd4fa7edb2a5956763f663dc426b758f863 /include/vendor.sh
parentb77154640de6442b4180cb65e3851d1ae9f78918 (diff)
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>
Diffstat (limited to 'include/vendor.sh')
-rw-r--r--include/vendor.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index 4d8d1184..3f287899 100644
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -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"