diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-07 21:30:43 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-07 21:30:43 +0100 |
commit | 9b00b30a4f6e6d46b5265b22b31af889bdc39353 (patch) | |
tree | 32932d168583c5cdf5f8e27f84a73a957a486051 | |
parent | 05d301bdeeacc6bdf55a6db1ca4e55c495315606 (diff) |
move uefiextract to elf/uefitool/
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/data/uefitool/build.list | 1 | ||||
-rwxr-xr-x | include/vendor.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/data/uefitool/build.list b/config/data/uefitool/build.list new file mode 100644 index 00000000..2c59bb50 --- /dev/null +++ b/config/data/uefitool/build.list @@ -0,0 +1 @@ +uefiextract diff --git a/include/vendor.sh b/include/vendor.sh index 651766df..b8adc9c8 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -9,7 +9,7 @@ _7ztest="a" e6400_unpack="$PWD/src/bios_extract/dell_inspiron_1100_unpacker.py" me7updateparser="$PWD/util/me7_update_parser/me7_update_parser.py" pfs_extract="$PWD/src/biosutilities/Dell_PFS_Extract.py" -uefiextract="$PWD/src/uefitool/uefiextract" +uefiextract="$PWD/elf/uefitool/uefiextract" nvmutil="util/nvmutil/nvm" vendir="vendorfiles" appdir="$vendir/app" |