diff options
author | Francis 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) |
commit | 2e51cdedd2cc640e39db89805ec3ed6c9c1172a0 (patch) | |
tree | 8707694c9e1c8c4dfa837e46bb4bd376a7682cc4 /builddeps-coreboot | |
parent | 37176cdddf98c8884a39179560d5caa07ceddd0f (diff) | |
download | libreboot-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-x | builddeps-coreboot | 7 |
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 |