lkml.org 
[lkml]   [2012]   [Nov]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/5] kbuild: silence rule for extra_certificates
Date
From: Peter Foley <pefoley2@verizon.net>

Silence the touch extra_certificates command

Signed-off-by: Peter Foley <pefoley2@verizon.net>
---
kernel/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/Makefile b/kernel/Makefile
index 86e3285..18a0b61 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -137,7 +137,7 @@ ifeq ($(CONFIG_MODULE_SIG),y)
# Pull the signing certificate and any extra certificates into the kernel
#
extra_certificates:
- touch $@
+ @touch $@

kernel/modsign_pubkey.o: signing_key.x509 extra_certificates

--
1.8.0


\
 
 \ /
  Last update: 2012-11-18 22:41    [W:0.080 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site