diff options
Diffstat (limited to 'builddeps')
-rwxr-xr-x | builddeps | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -2,7 +2,7 @@ # builddeps script: builds the dependencies needed for 'build' to compile the ROM images # -# Copyright (C) 2014 Francis Rowe +# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -52,6 +52,21 @@ ./builddeps-flashrom +# Build SeaBIOS (legacy X86 BIOS payload for coreboot) +# -------------------------------------------------------------------- + +./builddeps-seabios + +# Build GRUB Invaders +# -------------------------------------------------------------------- + +./builddeps-grubinvaders + +# Build i945-pwm +# -------------------------------------------------------------------- + +./builddeps-i945pwm + # ------------------- DONE ---------------------- |