summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rom.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/rom.sh b/include/rom.sh
index bb5606f9..cf7c0150 100644
--- a/include/rom.sh
+++ b/include/rom.sh
@@ -104,10 +104,7 @@ check_coreboot_util()
x_ make -C "$utilsrcdir" $utilmode -j$XBMK_THREADS $makeargs
if [ -n "$mode" ]; then
- # TODO: is this rm command needed?
-
x_ rm -Rf "$utilelfdir"
-
return 0
elif [ -n "$mode" ] || [ -f "$utilelfdir/$1" ]; then
return 0