summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/filesystems/statmount/Makefile
blob: 14ee91a416509c7c4070fc3115c66bcfd9166011 (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0-or-later

CFLAGS += -Wall -O2 -g $(KHDR_INCLUDES)
TEST_GEN_PROGS := statmount_test statmount_test_ns listmount_test

include ../../lib.mk