Skip to content

Commit

Permalink
MODSIGN: Fix kbuild output when using default extra_certificates
Browse files Browse the repository at this point in the history
Reported-by: Peter Foley <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
Acked-by: Peter Foley <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
michal42 authored and rustyrussell committed Dec 14, 2012
1 parent 919aa45 commit e10e177
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e10e177

Please sign in to comment.