kbuild: cscope - filter out .tmp_* in find_sources
remove .tmp_kallsyms*.S in cscope.files Signed-off-by: Yinghai Lu <yinghai.lu@sun.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
347d12d727
commit
37ab7a2696
2
Makefile
2
Makefile
@ -1351,7 +1351,7 @@ define find-sources
|
|||||||
find $(__srctree)include/asm-generic $(RCS_FIND_IGNORE) \
|
find $(__srctree)include/asm-generic $(RCS_FIND_IGNORE) \
|
||||||
-name $1 -print; \
|
-name $1 -print; \
|
||||||
find $(__srctree) $(RCS_FIND_IGNORE) \
|
find $(__srctree) $(RCS_FIND_IGNORE) \
|
||||||
\( -name include -o -name arch \) -prune -o \
|
\( -name include -o -name arch -o -name '.tmp_*' \) -prune -o \
|
||||||
-name $1 -print; \
|
-name $1 -print; \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user