libuv:add inotify test for nuttx

Signed-off-by: guohao15 <guohao15@xiaomi.com>
This commit is contained in:
guohao15 2023-10-19 20:14:02 +08:00 committed by GUIDINGLI
parent 8b6e63c22d
commit 5891f7037b

View File

@ -86,7 +86,9 @@ CSRCS += idna.c
CSRCS += strscpy.c
CSRCS += strtok.c
endif
ifeq ($(CONFIG_FS_NOTIFY),)
CSRCS += no-fsevents.c
endif
CSRCS += uv-common.c
CSRCS += random-devurandom.c
CSRCS += random.c