Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
5ca5f00a167cdd28bcfeeae6ddd370b13ac00a2a
/
.
/
tools
/
testing
/
selftests
/
mount_setattr
/
Makefile
blob: 4d4f810cdf2c14147f37b886e3014630f0efe8e4 [
file
] [
log
] [
blame
]
# 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