btrfs-progs: build: add kernel-shared nested directories to tags
The tags can't find structures defined in kernel-shared/uapi/*.h due to missing path. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
99de2438ab
commit
6ffd1c8e38
1
Makefile
1
Makefile
|
@ -878,6 +878,7 @@ tags: FORCE
|
||||||
@echo " [TAGS] $(TAGS_CMD)"
|
@echo " [TAGS] $(TAGS_CMD)"
|
||||||
$(Q)$(TAGS_CMD) *.[ch] image/*.[ch] convert/*.[ch] mkfs/*.[ch] \
|
$(Q)$(TAGS_CMD) *.[ch] image/*.[ch] convert/*.[ch] mkfs/*.[ch] \
|
||||||
check/*.[ch] kernel-lib/*.[ch] kernel-shared/*.[ch] \
|
check/*.[ch] kernel-lib/*.[ch] kernel-shared/*.[ch] \
|
||||||
|
kernel-shared/*/*.[ch] \
|
||||||
cmds/*.[ch] common/*.[ch] tune/*.[ch] \
|
cmds/*.[ch] common/*.[ch] tune/*.[ch] \
|
||||||
libbtrfsutil/*.[ch]
|
libbtrfsutil/*.[ch]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue