Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
5ca5f00a167cdd28bcfeeae6ddd370b13ac00a2a
/
.
/
tools
/
testing
/
selftests
/
filesystems
/
statmount
/
Makefile
blob: 8e354fe99b4477464695da75aeab4b73c402edad [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-or-later
CFLAGS
+=
-
Wall
-
O2
-
g $
(
KHDR_INCLUDES
)
$
(
TOOLS_INCLUDES
)
LDLIBS
+=
-
lcap
TEST_GEN_PROGS
:=
statmount_test statmount_test_ns listmount_test
include
../../
lib
.
mk
$
(
OUTPUT
)/
statmount_test_ns
:
../
utils
.
c