summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/filesystems/statmount/Makefile
blob: 8e354fe99b4477464695da75aeab4b73c402edad (plain)
1
2
3
4
5
6
7
8
9
10
# 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