From 630a65462f165700cf4d734981c483fc038089cc Mon Sep 17 00:00:00 2001
From: Leah Rowe <leah@libreboot.org>
Date: Sun, 10 Sep 2023 17:23:37 +0100
Subject: build/release/src: delete elf/ in srcdir

Signed-off-by: Leah Rowe <leah@libreboot.org>
---
 script/build/release/src | 1 +
 1 file changed, 1 insertion(+)

(limited to 'script/build/release')

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/"
 	)
 }
 
-- 
cgit v1.2.1