aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mount_setattr/Makefile
blob: 2250f7dcb81e3974723371b71c2f5fc17e8836ec (plain) (blame)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0
# Makefile for mount selftests.
CFLAGS = -g -I../../../../usr/include/ -Wall -O2 -pthread

TEST_GEN_FILES += mount_setattr_test

include ../lib.mk