summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mount_setattr/Makefile
blob: fde72df01b1188e2262e525c67bc5cce7336311e (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0
# Makefile for mount selftests.
CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2 -pthread

TEST_GEN_FILES += mount_setattr_test

include ../lib.mk