summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Howells2012-09-26 11:09:50 +0200
committerRusty Russell2012-10-10 11:31:19 +0200
commitaddbcdbbf549c9127c2bbb39caaa08bb47b996f4 (patch)
treeb1a4d4c7f3afcec59bf4cfdb37c51134d62bbf9e /Makefile
parentMODSIGN: Add FIPS policy (diff)
downloadkernel-qcow2-linux-addbcdbbf549c9127c2bbb39caaa08bb47b996f4.tar.gz
kernel-qcow2-linux-addbcdbbf549c9127c2bbb39caaa08bb47b996f4.tar.xz
kernel-qcow2-linux-addbcdbbf549c9127c2bbb39caaa08bb47b996f4.zip
MODSIGN: Provide gitignore and make clean rules for extra files
Provide gitignore and make clean rules for extra files to hide and clean up the extra files produced by module signing stuff once it is added. Also add a clean up rule for the module content extractor program used to extract the data to be signed. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ae6928cc59d3..1c88ec35500a 100644
--- a/Makefile
+++ b/Makefile
@@ -1239,6 +1239,7 @@ clean: $(clean-dirs)
$(call cmd,rmfiles)
@find $(if $(KBUILD_EXTMOD), $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \
\( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
+ -o -name '*.ko.*' \
-o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
-o -name '*.symtypes' -o -name 'modules.order' \
-o -name modules.builtin -o -name '.tmp_*.o.*' \