diff options
author | Leah Rowe <leah@libreboot.org> | 2023-04-23 06:42:43 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-04-23 06:42:43 +0100 |
commit | 20192c08488104f5cacc1f3842ae8e0ee74c44ef (patch) | |
tree | bd632226c04f20f8661803eb88a1bc42239101a7 | |
parent | 0c0d8fe89da36ac4d2e50afb93b1d398a4c2192b (diff) |
build/release/src: update blobutil target dirs20230423
-rwxr-xr-x | resources/scripts/build/release/src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/build/release/src b/resources/scripts/build/release/src index e29cce86..6ca1859d 100755 --- a/resources/scripts/build/release/src +++ b/resources/scripts/build/release/src @@ -69,7 +69,7 @@ done mkdir -p "${srcdir}"/blobs # do not copy intel ME etc, but do copy ifd/gbe files -for i in t440p w541 xx20 xx30; do +for i in t440p xx20 xx30 hp8200sff hp_ivybridge hp_sandybridge; do for j in ifd gbe 16_ifd; do if [ -f "blobs/${i}/${j}.bin" ]; then if [ ! -e "${srcdir}/blobs/${i}" ]; then |