]> git.baikalelectronics.ru Git - kernel.git/commit
certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 20 Jan 2022 19:22:05 +0000 (04:22 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 22 Jan 2022 15:08:44 +0000 (00:08 +0900)
commitfd0417cb4de1bd27ef40c31f4a817736bfec411f
treec869f79e5e83ff8861e095672c81470938639119
parentec9843482461d64c0eac058b35aac6ee0737cb83
certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty

Since e311d8525a75 ("certs: simplify $(srctree)/ handling and remove
config_filename macro"), when CONFIG_MODULE_SIG_KEY is empty,
signing_key.x509 fails to build:

    CERT    certs/signing_key.x509
  Usage: extract-cert <source> <dest>
  make[1]: *** [certs/Makefile:78: certs/signing_key.x509] Error 2
  make: *** [Makefile:1831: certs] Error 2

Pass "" to the first argument of extract-cert to fix the build error.

Link: https://lore.kernel.org/linux-kbuild/20220120094606.2skuyb26yjlnu66q@lion.mk-sys.cz/T/#u
Fixes: e311d8525a75 ("certs: simplify $(srctree)/ handling and remove config_filename macro")
Reported-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Tested-by: Michal Kubecek <mkubecek@suse.cz>
certs/Makefile