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