xref: /linux/fs/notify/Makefile (revision 312b62b6610cabea4cb535fd4889c41e9a84afca)
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_FSNOTIFY)		+= fsnotify.o notification.o group.o mark.o \
3				   fdinfo.o
4
5obj-y			+= dnotify/
6obj-y			+= inotify/
7obj-y			+= fanotify/
8