From: Masahiro Yamada Date: Fri, 5 Nov 2021 03:59:54 +0000 (+0900) Subject: certs: remove meaningless $(error ...) in certs/Makefile X-Git-Tag: v6.1-rc5~2178^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54e2c77dd4cbf9bab5aa4ac8cf821005aaeb50fe;p=platform%2Fkernel%2Flinux-starfive.git certs: remove meaningless $(error ...) in certs/Makefile CONFIG_MODULE_SIG_HASH is defined by init/Kconfig. This $(error ...) is never reachable. (If it is, you need to fix the bug.) Signed-off-by: Masahiro Yamada --- diff --git a/certs/Makefile b/certs/Makefile index 2794337..db1fd2f 100644 --- a/certs/Makefile +++ b/certs/Makefile @@ -50,9 +50,6 @@ ifdef SIGN_KEY # fail and that the kernel may be used afterwards. # ############################################################################### -ifndef CONFIG_MODULE_SIG_HASH -$(error Could not determine digest type to use from kernel config) -endif redirect_openssl = 2>&1 quiet_redirect_openssl = 2>&1