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 3f45b5f..350d73e 100644
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,7 @@ run: $(BUILD_PATH)/main.bin
cscope:
rm -rf *.cscope
- find . -iname "*.[hcs]" | grep -v examples | xargs cscope -R -b
+ find . ../bootloader -iname "*.[hcs]" | grep -v examples | xargs cscope -R -b
clean:
rm -f *.hex *.o