diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-12-14 03:53:54 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-01-08 10:28:21 +0100 |
commit | 340a02535ee785c64c62a9c45706597a0139e972 (patch) | |
tree | 755fccd7ba60ad930e8b681a09e61933acbfa434 /scripts/.gitignore | |
parent | kbuild: do not quote string values in include/config/auto.conf (diff) | |
download | linux-340a02535ee785c64c62a9c45706597a0139e972.tar.xz 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/.gitignore')
-rw-r--r-- | scripts/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore index e83c620ef52c..eed308bef604 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only /asn1_compiler /bin2c -/extract-cert /insert-sys-cert /kallsyms /module.lds |