提交 37ab7a26 编写于 作者: Y Yinghai Lu 提交者: Sam Ravnborg

kbuild: cscope - filter out .tmp_* in find_sources

remove .tmp_kallsyms*.S in cscope.files
Signed-off-by: NYinghai Lu <yinghai.lu@sun.com>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 347d12d7
......@@ -1351,7 +1351,7 @@ define find-sources
find $(__srctree)include/asm-generic $(RCS_FIND_IGNORE) \
-name $1 -print; \
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; \
)
endef
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册