From a881d0d735196449bd19d5e8183f3153ed415c8d Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Fri, 30 Apr 2010 01:07:55 -0400 Subject: trivial: new cscope rule and warning fix Fixed nvic.c warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3