dect
/
linux-2.6
Archived
13
0
Fork 0

MODSIGN: Fix kbuild output when using default extra_certificates

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>
This commit is contained in:
Michal Marek 2012-12-11 12:26:22 +10:30 committed by Rusty Russell
parent 919aa45e43
commit e10e1774ef
1 changed files with 5 additions and 1 deletions

View 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