Home
last modified time | relevance | path

Searched hist:"5 cca36069d4c2942a46f98f47b9e7160fd547e03" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/certs/
H A DMakefile5cca36069d4c2942a46f98f47b9e7160fd547e03 Mon Dec 13 20:53:48 CST 2021 Masahiro Yamada <masahiroy@kernel.org> certs: refactor file cleaning

'make clean' removes files listed in 'targets'. It is redundant to
specify both 'targets' and 'clean-files'.

Move 'targets' assignments out of the ifeq-conditionals so
scripts/Makefile.clean can see them.

One effective change is that certs/certs/signing_key.x509 is now
deleted by 'make clean' instead of 'make mrproper. This certificate
is embedded in the kernel. It is not used in any way by external
module builds.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <n.schier@avm.de>
/openbmc/linux/
H A DMakefile5cca36069d4c2942a46f98f47b9e7160fd547e03 Mon Dec 13 20:53:48 CST 2021 Masahiro Yamada <masahiroy@kernel.org> certs: refactor file cleaning

'make clean' removes files listed in 'targets'. It is redundant to
specify both 'targets' and 'clean-files'.

Move 'targets' assignments out of the ifeq-conditionals so
scripts/Makefile.clean can see them.

One effective change is that certs/certs/signing_key.x509 is now
deleted by 'make clean' instead of 'make mrproper. This certificate
is embedded in the kernel. It is not used in any way by external
module builds.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <n.schier@avm.de>