summaryrefslogtreecommitdiffstats
path: root/scripts/remove-stale-files
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-12-14 11:53:54 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2022-01-08 18:28:21 +0900
commit340a02535ee785c64c62a9c45706597a0139e972 (patch)
tree755fccd7ba60ad930e8b681a09e61933acbfa434 /scripts/remove-stale-files
parent129ab0d2d9f38b9d43df35235fc66c6740d6928b (diff)
downloadlinux-340a02535ee785c64c62a9c45706597a0139e972.tar.gz
linux-340a02535ee785c64c62a9c45706597a0139e972.tar.bz2
linux-340a02535ee785c64c62a9c45706597a0139e972.zip
certs: move scripts/extract-cert to certs/
extract-cert is only used in certs/Makefile. Move it there and build extract-cert on demand. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/remove-stale-files')
-rwxr-xr-xscripts/remove-stale-files2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/remove-stale-files b/scripts/remove-stale-files
index 0114c41e6938..dd230792056a 100755
--- a/scripts/remove-stale-files
+++ b/scripts/remove-stale-files
@@ -34,3 +34,5 @@ if [ -n "${building_out_of_srctree}" ]; then
rm -f arch/mips/boot/compressed/${f}
done
fi
+
+rm -f scripts/extract-cert