1# SPDX-License-Identifier: GPL-2.0-or-later
2
3CFLAGS += -Wall -O2 -g $(KHDR_INCLUDES) $(TOOLS_INCLUDES)
4LDLIBS += -lcap
5
6TEST_GEN_PROGS := mount-notify_test mount-notify_test_ns
7
8include ../../lib.mk
9
10$(OUTPUT)/mount-notify_test: ../utils.c
11$(OUTPUT)/mount-notify_test_ns: ../utils.c
12