summaryrefslogtreecommitdiffstats
path: root/cleandeps
diff options
context:
space:
mode:
Diffstat (limited to 'cleandeps')
-rwxr-xr-xcleandeps4
1 files changed, 4 insertions, 0 deletions
diff --git a/cleandeps b/cleandeps
index 20d0f68..220f544 100755
--- a/cleandeps
+++ b/cleandeps
@@ -32,6 +32,10 @@ make clean
cd util/cbfstool
make clean
+# clean nvramtool
+cd ../nvramtool
+make clean
+
# go back to coreboot dir
cd ../../