This is an automated email from the ASF dual-hosted git repository.

ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit 5891f7037bb2ebc05a3b1b484bb4d7f89aa06b47
Author: guohao15 <guoha...@xiaomi.com>
AuthorDate: Thu Oct 19 20:14:02 2023 +0800

    libuv:add inotify test for nuttx
    
    Signed-off-by: guohao15 <guoha...@xiaomi.com>
---
 system/libuv/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/system/libuv/Makefile b/system/libuv/Makefile
index f8e753018..20e6e3f86 100644
--- a/system/libuv/Makefile
+++ b/system/libuv/Makefile
@@ -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

Reply via email to