mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 01:52:32 -04:00
Provide coverage for all mnt_notify_add() instances. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Link: https://lore.kernel.org/r/20250307204046.322691-1-mszeredi@redhat.com Signed-off-by: Christian Brauner <brauner@kernel.org>
7 lines
143 B
Makefile
7 lines
143 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
CFLAGS += -Wall -O2 -g $(KHDR_INCLUDES)
|
|
TEST_GEN_PROGS := mount-notify_test
|
|
|
|
include ../../lib.mk
|