summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mount_setattr/Makefile
diff options
context:
space:
mode:
authorAmir Goldstein <amir73il@gmail.com>2025-05-09 15:32:33 +0200
committerChristian Brauner <brauner@kernel.org>2025-05-12 11:40:12 +0200
commit0bd92b9fe538bc271c944c14b19cdf4434bef81e (patch)
tree2b0f2122fc7098a9ae87d49d2d797837407f5d70 /tools/testing/selftests/mount_setattr/Makefile
parentd37d4720c3e797a19b2d7ad08de273feddaa596f (diff)
downloadlinux-next-0bd92b9fe538bc271c944c14b19cdf4434bef81e.tar.gz
linux-next-0bd92b9fe538bc271c944c14b19cdf4434bef81e.zip
selftests/filesystems: move wrapper.h out of overlayfs subdir
This is not an overlayfs specific header. Reviewed-by: John Hubbard <jhubbard@nvidia.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Link: https://lore.kernel.org/20250509133240.529330-2-amir73il@gmail.com Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/testing/selftests/mount_setattr/Makefile')
-rw-r--r--tools/testing/selftests/mount_setattr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/mount_setattr/Makefile b/tools/testing/selftests/mount_setattr/Makefile
index 0c0d7b1234c1..4d4f810cdf2c 100644
--- a/tools/testing/selftests/mount_setattr/Makefile
+++ b/tools/testing/selftests/mount_setattr/Makefile
@@ -2,6 +2,8 @@
# Makefile for mount selftests.
CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2 -pthread
+LOCAL_HDRS += ../filesystems/wrappers.h
+
TEST_GEN_PROGS := mount_setattr_test
include ../lib.mk