Commit 9f15b972 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[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.
parent 10f2b6f5
......@@ -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; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment