Commit a40ddf5c authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

Build: Fix tags generation

parent d774f6d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -194,10 +194,10 @@ static-scan:
	$(Q)scan-build $(STATIC_SCAN_FLAGS) $(MAKE) -$(MAKEFLAGS)

tags:
	cd $(srcdir) ; etags -lc `find $(dirs) -name *.[chY]`
	cd $(srcdir) ; etags -lc `find $(dirs) -name '*.[chY]'`

cscope:
	cd $(srcdir) ; find $(dirs) -name *.[chY] > cscope.files ; cscope -b
	cd $(srcdir) ; find $(dirs) -name '*.[chY]' > cscope.files ; cscope -b

# Install