summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-08-27 18:40:18 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-08-27 18:40:18 (EDT)
commita605973998dbe9f39dfb522b1a283f807521d3e9 (patch)
tree7bca1e6fc8868202927023f0773d9b0886985922
parent6450a79afa9630565738d56a793e171a8d81a175 (diff)
downloadlibreboot-a605973998dbe9f39dfb522b1a283f807521d3e9.zip
libreboot-a605973998dbe9f39dfb522b1a283f807521d3e9.tar.gz
libreboot-a605973998dbe9f39dfb522b1a283f807521d3e9.tar.bz2
build/roms/withgrub: delete ich9gen-related files
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub
index 61401d8..e6ac268 100755
--- a/resources/scripts/helpers/build/roms/withgrub
+++ b/resources/scripts/helpers/build/roms/withgrub
@@ -106,8 +106,8 @@ if [ -d "bin/grub/" ]; then
do
dd if="ich9fdgbe_${romsize}.bin" of="${rom}" bs=1 count=12k conv=notrunc
done
- rm -f "ich9fdgbe_4m.bin"
- rm -f "ich9fdgbe_8m.bin"
+ rm -f "ich9fd"*.bin
+ rm -f "mk"*.[ch]
cd "../"
fi
done