aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ce274c6..2a14670 100644
--- a/Makefile
+++ b/Makefile
@@ -197,7 +197,7 @@ run: $(BUILD_PATH)/main.bin
cscope:
rm -rf *.cscope
- find . ../bootloader -iname "*.[hcs]" | grep -v examples | xargs cscope -R -b
+ find . -name '*.[hcs]' -o -name '*.cpp' | xargs cscope
clean:
rm -f *.hex *.o