diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-24 21:52:18 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-24 21:52:18 +0000 |
commit | c3d1340339ca703310fdb7a87050b18387de93ed (patch) | |
tree | e36350bedc8cc297a34e504f0dd489b87338b1ca | |
parent | 23269805e402ca026ddc0251ec470cced5531e73 (diff) | |
download | librebootfr-c3d1340339ca703310fdb7a87050b18387de93ed.tar.gz librebootfr-c3d1340339ca703310fdb7a87050b18387de93ed.zip |
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.
-rwxr-xr-x | build-release | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-release b/build-release index d4d49e61..2b634fcf 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 |