diff options
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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) | |||
136 | # | 136 | # |
137 | # Pull the signing certificate and any extra certificates into the kernel | 137 | # Pull the signing certificate and any extra certificates into the kernel |
138 | # | 138 | # |
139 | |||
140 | quiet_cmd_touch = TOUCH $@ | ||
141 | cmd_touch = touch $@ | ||
142 | |||
139 | extra_certificates: | 143 | extra_certificates: |
140 | touch $@ | 144 | $(call cmd,touch) |
141 | 145 | ||
142 | kernel/modsign_certificate.o: signing_key.x509 extra_certificates | 146 | kernel/modsign_certificate.o: signing_key.x509 extra_certificates |
143 | 147 | ||