summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-28 04:50:05 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-28 04:50:05 +0000
commit9f67c319dfaef2d3e7920bb5b750ec5b8f5a52d6 (patch)
tree437a9475eef80fb81d62ff8ba72a0045d9da2abc
parent052c4504fd72e22d9f7c8dded65f8c6ab095d78f (diff)
builddeps-coreboot: improve the commenting
-rwxr-xr-xbuilddeps-coreboot7
1 files changed, 6 insertions, 1 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot
index 06abe71..67ee968 100755
--- a/builddeps-coreboot
+++ b/builddeps-coreboot
@@ -33,10 +33,13 @@ set -u -e -v
cd coreboot
+# -----------------------------------------
+# Build the utilities required by libreboot
+# -----------------------------------------
+
# build cbfstool
cd util/cbfstool
make
-
# build nvramtool
cd ../nvramtool
make
@@ -44,7 +47,9 @@ make
# done. go back to coreboot dir
cd ../../
+# -------------------------------------
# build reference crossGCC for coreboot
+# -------------------------------------
make crossgcc-i386
# done. go back to main libreboot_src directory