aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-10 00:11:49 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-10 00:11:49 -0700
commit9f15b9721307e57826e25cfe146986d39306c261 (patch)
tree1144af2954b2bb064d839592f42eb4d3b432206c /Makefile
parent10f2b6f5fc750ddb64700c4c54571efcd295c18c (diff)
downloadhistory-9f15b9721307e57826e25cfe146986d39306c261.tar.gz
[PATCH] make tags for selinux
From: Olaf Hering <olh@suse.de> make tags skips security/selinux/include because of find . -name include -prune This patch does just add it later. No idea if it can be done better.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4d869702661bfa..3fd255e574107e 100644
--- a/Makefile
+++ b/Makefile
@@ -1001,6 +1001,8 @@ define all-sources
-name '*.[chS]' -print; \
find arch/$(ARCH) $(RCS_FIND_IGNORE) \
-name '*.[chS]' -print; \
+ find security/selinux/include $(RCS_FIND_IGNORE) \
+ -name '*.[chS]' -print; \
find include $(RCS_FIND_IGNORE) \
\( -name config -o -name 'asm-*' \) -prune \
-o -name '*.[chS]' -print; \