summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index c14049c30a..527e0934ef 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -165,7 +165,8 @@ $(out)/util/burn_my_ec: $(out)/$(PROJECT).bin
.PHONY: FORCE
cscope.files: FORCE
@-rm -f cscope.out
- @find chip/${CHIP} board/${BOARD} common core include -name '*.[chS]' \
+ @find chip/${CHIP} board/${BOARD} common core driver power include \
+ -name '*.[chS]' \
-not -name '*test*' -not -name '*mock*' -not -name '*~*' \
> cscope.files