From 6ffd1c8e3842c43e3fbe24882ed372a4ca85c4e3 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 17 Jun 2024 20:24:02 +0200 Subject: [PATCH] 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 49fb8d9b..79e9b5b3 100644 --- a/Makefile +++ b/Makefile @@ -878,6 +878,7 @@ tags: FORCE @echo " [TAGS] $(TAGS_CMD)" $(Q)$(TAGS_CMD) *.[ch] image/*.[ch] convert/*.[ch] mkfs/*.[ch] \ check/*.[ch] kernel-lib/*.[ch] kernel-shared/*.[ch] \ + kernel-shared/*/*.[ch] \ cmds/*.[ch] common/*.[ch] tune/*.[ch] \ libbtrfsutil/*.[ch]