summaryrefslogtreecommitdiffstats
path: root/cleandeps
diff options
context:
space:
mode:
Diffstat (limited to 'cleandeps')
-rwxr-xr-xcleandeps3
1 files changed, 3 insertions, 0 deletions
diff --git a/cleandeps b/cleandeps
index 43ee0c2..84b4e8e 100755
--- a/cleandeps
+++ b/cleandeps
@@ -41,6 +41,9 @@ make clean
# clean nvramtool
cd ../nvramtool/
make clean
+# clean cbmem
+cd ../cbmem/
+make clean
# go back to coreboot dir
cd ../../