mk: remove cleanargs from git-clean

totally worthless

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-14 17:35:19 +01:00
parent 08f93ec812
commit 2c94101884
+1 -1
View File
@@ -506,7 +506,7 @@ handle_makefile()
[ -e "$srcdir/.git" ] && [ "$project" = "u-boot" ] && \
[ "$mode" = "distclean" ] && \
$if_not_dry_build \
x_ git -C "$srcdir" $cleanargs clean -fdx; :
x_ git -C "$srcdir" clean -fdx; :
}
run_make_command()