Commit eaea1742 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] TAGS creation should go into arch dirs

Playing with arch stuff does this to you.
parent b9762f4a
......@@ -369,7 +369,7 @@ checkincludes:
TAGS: FORCE
{ find include/asm-${ARCH} -name '*.h' -print ; \
find include -type d \( -name "asm-*" -o -name config \) -prune -o -name '*.h' -print ; \
find $(SUBDIRS) init -name '*.[ch]' ; } | grep -v SCCS | etags -
find $(SUBDIRS) init arch/${ARCH} -name '*.[chS]' ; } | grep -v SCCS | etags -
# Exuberant ctags works better with -I
tags: FORCE
......
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