Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347105
b: refs/heads/master
c: e10e177
h: refs/heads/master
i:
  347103: 595cf70
v: v3
  • Loading branch information
Michal Marek authored and Rusty Russell committed Dec 14, 2012
1 parent 49bcb8c commit 651b61a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 919aa45e43a84d40c27c83f6117cfa6542cee14e
refs/heads/master: e10e1774efbdaec54698454200619a03a01e1d64
6 changes: 5 additions & 1 deletion trunk/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 651b61a

Please sign in to comment.