build/release/src: copy e6430 ifd/gbe

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-09-03 18:36:25 +01:00
parent 09aae7be45
commit d554efae81
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ copy_blobs()
err "copy_blobs: !mkdir -p ${srcdir}/blobs"
# do not copy intel ME etc, but do copy ifd/gbe files
for i in t440p xx20 xx30 hp8200sff hp_ivybridge hp_sandybridge \
hp8300usdt t1650; do
hp8300usdt t1650 e6430; do
for j in ifd gbe 4_ifd 8_ifd 12_ifd 16_ifd; do
[ -f "blobs/${i}/${j}.bin" ] || continue
[ -e "${srcdir}/blobs/${i}" ] || \