summaryrefslogtreecommitdiffstats
path: root/builddeps-coreboot
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-13 12:25:09 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-13 12:25:09 (EST)
commit2e51cdedd2cc640e39db89805ec3ed6c9c1172a0 (patch)
tree8707694c9e1c8c4dfa837e46bb4bd376a7682cc4 /builddeps-coreboot
parent37176cdddf98c8884a39179560d5caa07ceddd0f (diff)
downloadlibreboot-2e51cdedd2cc640e39db89805ec3ed6c9c1172a0.zip
libreboot-2e51cdedd2cc640e39db89805ec3ed6c9c1172a0.tar.gz
libreboot-2e51cdedd2cc640e39db89805ec3ed6c9c1172a0.tar.bz2
build-release: include cbmem (static binaries) in libreboot_bin
Diffstat (limited to 'builddeps-coreboot')
-rwxr-xr-xbuilddeps-coreboot7
1 files changed, 5 insertions, 2 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot
index d70c798..1645feb 100755
--- a/builddeps-coreboot
+++ b/builddeps-coreboot
@@ -33,10 +33,13 @@ cd coreboot
# -----------------------------------------
# cbfstool
-cd util/cbfstool
+cd util/cbfstool/
make
# nvramtool
-cd ../nvramtool
+cd ../nvramtool/
+make
+# cbmem
+cd ../cbmem/
make
# done. go back to coreboot dir