diff --git a/u-boot-2014.07/Makefile b/u-boot-2014.07/Makefile index 7a59189..7ad617c 100755 --- a/u-boot-2014.07/Makefile +++ b/u-boot-2014.07/Makefile @@ -1196,8 +1196,7 @@ tpl/u-boot-tpl.bin: tools prepare TAG_SUBDIRS := $(u-boot-dirs) include sunxi_spl FIND := find -FINDFLAGS := -L --R --c++-kinds=+p --fields=+iaS --extra=+q +FINDFLAGS := -L -R --c++-kinds=+p --fields=+iaS --extra=+q tags ctags: ctags -w -o ctags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \ -name '*.[chS]' -print`