From: Michal Marek Date: Tue, 11 Dec 2012 01:56:22 +0000 (+1030) Subject: MODSIGN: Fix kbuild output when using default extra_certificates X-Git-Tag: firefly_0821_release~3680^2~1392^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e10e1774efbdaec54698454200619a03a01e1d64;p=firefly-linux-kernel-4.4.55.git MODSIGN: Fix kbuild output when using default extra_certificates Reported-by: Peter Foley Signed-off-by: Michal Marek Acked-by: Peter Foley Signed-off-by: Rusty Russell --- diff --git a/kernel/Makefile b/kernel/Makefile index 0bd9d436341e..17f90b69d338 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -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