Skip to content

Commit 54e2c77

Browse files
committed
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 <[email protected]>
1 parent b06d9d3 commit 54e2c77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

certs/Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ ifdef SIGN_KEY
5050
# fail and that the kernel may be used afterwards.
5151
#
5252
###############################################################################
53-
ifndef CONFIG_MODULE_SIG_HASH
54-
$(error Could not determine digest type to use from kernel config)
55-
endif
5653

5754
redirect_openssl = 2>&1
5855
quiet_redirect_openssl = 2>&1

0 commit comments

Comments
 (0)