Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « notify « fs - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e969ae91b60dd1bbc55cb51698387f2c01ba412 (plain)
1
2
3
4
5
6
obj-$(CONFIG_FSNOTIFY)		+= fsnotify.o notification.o group.o mark.o \
				   fdinfo.o

obj-y			+= dnotify/
obj-y			+= inotify/
obj-y			+= fanotify/