diff options
author | Leah Woods <info@minifree.org> | 2016-05-19 22:25:09 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-19 22:35:28 (EDT) |
commit | b1ff016f3f422c47b5c65a4d3ebfc449f1fd5743 (patch) | |
tree | c5aca46c20b562f190a93f399670b1361090959a /resources/scripts/helpers/build/clean/seabios | |
parent | 870be408e848aa884f8bcc6c2213cb31e4cd2615 (diff) | |
download | libreboot-b1ff016f3f422c47b5c65a4d3ebfc449f1fd5743.zip libreboot-b1ff016f3f422c47b5c65a4d3ebfc449f1fd5743.tar.gz libreboot-b1ff016f3f422c47b5c65a4d3ebfc449f1fd5743.tar.bz2 |
Don't use SeaVGABIOS on systems that use SeaGRUB
Diffstat (limited to 'resources/scripts/helpers/build/clean/seabios')
-rwxr-xr-x | resources/scripts/helpers/build/clean/seabios | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/clean/seabios b/resources/scripts/helpers/build/clean/seabios index 5ce206a..0ab0ef2 100755 --- a/resources/scripts/helpers/build/clean/seabios +++ b/resources/scripts/helpers/build/clean/seabios @@ -31,6 +31,7 @@ printf "Cleaning the previous build of seabios\n" ( cd "seabios/" +rm -f "out/bios.bin.vga.elf" make distclean ) |