summaryrefslogtreecommitdiff
path: root/builddeps-coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'builddeps-coreboot')
-rwxr-xr-xbuilddeps-coreboot5
1 files changed, 5 insertions, 0 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot
index 05fba6c..3c4aa2b 100755
--- a/builddeps-coreboot
+++ b/builddeps-coreboot
@@ -42,6 +42,11 @@ cd util/cbfstool
make clean
make
+# build nvramtool
+cd ../nvramtool
+make clean
+make
+
# done. go back to coreboot dir
cd ../../