提交 e10e1774 编写于 作者: M Michal Marek 提交者: Rusty Russell

MODSIGN: Fix kbuild output when using default extra_certificates

Reported-by: NPeter Foley <pefoley2@verizon.net>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
Acked-by: NPeter Foley <pefoley2@verizon.net>
Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
上级 919aa45e
......@@ -136,8 +136,12 @@ ifeq ($(CONFIG_MODULE_SIG),y)
#
# Pull the signing certificate and any extra certificates into the kernel
#
quiet_cmd_touch = TOUCH $@
cmd_touch = touch $@
extra_certificates:
touch $@
$(call cmd,touch)
kernel/modsign_certificate.o: signing_key.x509 extra_certificates
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册