Blame view

fs/notify/Makefile 183 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
ebb3b47e3   Jan Kara   fsnotify: Drop in...
2
3
  obj-$(CONFIG_FSNOTIFY)		+= fsnotify.o notification.o group.o mark.o \
  				   fdinfo.o
90586523e   Eric Paris   fsnotify: unified...
4

272eb0148   Eric Paris   filesystem notifi...
5
6
  obj-y			+= dnotify/
  obj-y			+= inotify/
ff0b16a98   Eric Paris   fanotify: fscking...
7
  obj-y			+= fanotify/