Sign in
android-kvm
/
linux
/
5ee2433f321b4983809ce1cd8a721c4a58fe6d51
/
.
/
tools
/
testing
/
selftests
/
mount_setattr
/
Makefile
blob: 0c0d7b1234c1930d9c369a864d4efa8d3c56167a [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
# Makefile for mount selftests.
CFLAGS
=
-
g $
(
KHDR_INCLUDES
)
-
Wall
-
O2
-
pthread
TEST_GEN_PROGS
:=
mount_setattr_test
include
../
lib
.
mk