summaryrefslogtreecommitdiff
path: root/script/build/release/src
diff options
context:
space:
mode:
Diffstat (limited to 'script/build/release/src')
-rwxr-xr-xscript/build/release/src1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/build/release/src b/script/build/release/src
index 20876837..e2a4b274 100755
--- a/script/build/release/src
+++ b/script/build/release/src
@@ -168,6 +168,7 @@ purge_files()
coreboot/*/util/nvidia/cbootimage/.git* || \
err "purge_files rm-rf2: can't purge .git files/directories"
rm -Rf cbutils || err "purge_files: can't remove ${srcdir}/cbutils/"
+ rm -Rf elf || err "purge_files: can't remove ${srcdir}/elf/"
)
}