diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-24 16:52:18 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-24 16:52:18 (EST) |
commit | c3d1340339ca703310fdb7a87050b18387de93ed (patch) | |
tree | e36350bedc8cc297a34e504f0dd489b87338b1ca /build-release | |
parent | 23269805e402ca026ddc0251ec470cced5531e73 (diff) | |
download | libreboot-c3d1340339ca703310fdb7a87050b18387de93ed.zip libreboot-c3d1340339ca703310fdb7a87050b18387de93ed.tar.gz libreboot-c3d1340339ca703310fdb7a87050b18387de93ed.tar.bz2 |
build-release: delete ich9fdgbe_{4m,8m}.bin files from ich9gen
These were accidentically included in the r20150124 release. They
are generated from ich9gen so it's ok, but they don't need to be
in the archive.
Diffstat (limited to 'build-release')
-rwxr-xr-x | build-release | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-release b/build-release index d4d49e6..2b634fc 100755 --- a/build-release +++ b/build-release @@ -372,6 +372,8 @@ rm -f libreboot_src/resources/utilities/ich9deblob/mkdescriptor.c rm -f libreboot_src/resources/utilities/ich9deblob/mkdescriptor.h rm -f libreboot_src/resources/utilities/ich9deblob/mkgbe.c rm -f libreboot_src/resources/utilities/ich9deblob/mkgbe.h +rm -f libreboot_src/resources/utilities/ich9deblob/ich9fdgbe_4m.bin +rm -f libreboot_src/resources/utilities/ich9deblob/ich9fdgbe_8m.bin rm -f libreboot_src/mkgbe.c rm -f libreboot_src/mkgbe.h rm -f libreboot_src/ich9fdgbe_8m.bin |