Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
90586523eb4b349806887c62ee70685a49415124
90586523eb4b349806887c62ee70685a49415124
Switch branch/tag
linux
fs
notify
Makefile
Find file
Normal view
History
Permalink
Makefile
102 Bytes
Edit
Web IDE
Newer
Older
fsnotify: unified filesystem notification backend
Eric Paris
committed
15 years ago
1
2
obj-$(CONFIG_FSNOTIFY)
+=
fsnotify.o notification.o group.o
filesystem notification: create fs/notify to contain all fs notification
Eric Paris
committed
16 years ago
3
4
obj-y
+=
dnotify/
obj-y
+=
inotify/