blob: dee198c9dab9b9a7977bb19c7e193762136ebc9c (
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
PUBLIC_DEPENDENCIES =
# End SUBSYSTEM sys_notify
################################################
|