Skip to content

Commit

Permalink
certs: remove meaningless $(error ...) in certs/Makefile
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
masahir0y committed Dec 11, 2021
1 parent b06d9d3 commit 54e2c77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions certs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54e2c77

Please sign in to comment.