summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/config.mk
blob: 91d739f7b72530be389ff0d9d16ef1b549ca26cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
################################################
# Start MODULE sys_notify_inotify
[MODULE::sys_notify_inotify]
SUBSYSTEM = sys_notify
INIT_FUNCTION = sys_notify_inotify_init
OBJ_FILES = \
		inotify.o
# End MODULE sys_notify_inotify
################################################

################################################
# Start SUBSYSTEM sys_notify
[SUBSYSTEM::sys_notify]
OBJ_FILES = \
		sys_notify.o
REQUIRED_SUBSYSTEMS = 
# End SUBSYSTEM sys_notify
################################################