aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPerry Hung <iperry@alum.mit.edu>2010-04-30 01:07:55 -0400
committerPerry Hung <iperry@alum.mit.edu>2010-04-30 01:07:55 -0400
commita881d0d735196449bd19d5e8183f3153ed415c8d (patch)
treeda3921bb2b56ef740301ebddfc7fa4837eaa5b0c /Makefile
parentfb3f98d165497a32eb27b8c6b060e14d7d5b585e (diff)
downloadlibrambutan-a881d0d735196449bd19d5e8183f3153ed415c8d.tar.gz
librambutan-a881d0d735196449bd19d5e8183f3153ed415c8d.zip
trivial: new cscope rule and warning fix
Fixed nvic.c warning
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