mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 14:13:39 +00:00

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>
10 lines
213 B
Makefile
10 lines
213 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# 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
|