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/lib.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/lib.sh')
-rw-r--r-- | include/lib.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lib.sh b/include/lib.sh index 86c0df26..b40772fa 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -4,8 +4,8 @@ # Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org> # Copyright (c) 2025 Alper Nebi Yasak <alpernebiyasak@gmail.com> -cbfstool="elf/cbfstool/default/cbfstool" -rmodtool="elf/cbfstool/default/rmodtool" +cbfstool="elf/coreboot/default/cbfstool" +rmodtool="elf/coreboot/default/rmodtool" remkdir() { |