Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Jan Kara | ebb3b47 | 2016-12-21 16:40:48 +0100 | [diff] [blame] | 2 | obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \ |
3 | fdinfo.o | ||||
Eric Paris | 9058652 | 2009-05-21 17:01:20 -0400 | [diff] [blame] | 4 | |
Eric Paris | 272eb01 | 2008-12-17 13:59:41 -0500 | [diff] [blame] | 5 | obj-y += dnotify/ |
6 | obj-y += inotify/ | ||||
Eric Paris | ff0b16a | 2009-12-17 21:24:25 -0500 | [diff] [blame] | 7 | obj-y += fanotify/ |