MODSIGN: Fix kbuild output when using default extra_certificates
authorMichal Marek <mmarek@suse.cz>
Tue, 11 Dec 2012 01:56:22 +0000 (12:26 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 14 Dec 2012 02:36:45 +0000 (13:06 +1030)
Reported-by: Peter Foley <pefoley2@verizon.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Acked-by: Peter Foley <pefoley2@verizon.net>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/Makefile

index 0bd9d436341ef475aeb45ddaf0a44011ef32715e..17f90b69d338a39cedee1d84e074e017dd6d8893 100644 (file)
@@ -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