summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index fc3705157..264e1b466 100644
--- a/config.mk
+++ b/config.mk
@@ -210,7 +210,7 @@ clean: ${SUBDIRS:.d=.clean}
cscope: ALL
mkdir -p ${ROOTPATH}/obj/cscope
(cd ${ROOTPATH}/obj/cscope ; rm -f cscope.* ; \
- find ../../ -name '*.[CHchS]' -fprint cscope.files; \
+ find ../../ -name '*.[CHchS]' -type f -fprint cscope.files; \
cscope -bqk)
ifneq ($(MAKECMDGOALS),clean)
OpenPOWER on IntegriCloud