diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-27 10:11:42 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-27 10:11:42 +0100 |
commit | dc6996252a0f516add85e0cbcf1693bfa80f8c99 (patch) | |
tree | 5bf02cd4fa7edb2a5956763f663dc426b758f863 /include/inject.sh | |
parent | b77154640de6442b4180cb65e3851d1ae9f78918 (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/inject.sh')
-rw-r--r-- | include/inject.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inject.sh b/include/inject.sh index d2808301..a58acc81 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -6,7 +6,7 @@ cbcfgsdir="config/coreboot" tmpromdel="$XBMK_CACHE/DO_NOT_FLASH" nvm="util/nvmutil/nvm" -ifdtool="elf/ifdtool/default/ifdtool" +ifdtool="elf/coreboot/default/ifdtool" cv="CONFIG_GBE_BIN_PATH" [ -n "$cvxbmk" ] && cv="$cv $cvxbmk" @@ -77,7 +77,7 @@ check_target() eval "`setcfg "$boarddir/target.cfg"`" chkvars tree && x_ ./mk -d coreboot "$tree" - ifdtool="elf/ifdtool/$tree/ifdtool" + ifdtool="elf/coreboot/$tree/ifdtool" [ -n "$IFD_platform" ] && ifdprefix="-p $IFD_platform"; : } |