From 5891f7037bb2ebc05a3b1b484bb4d7f89aa06b47 Mon Sep 17 00:00:00 2001 From: guohao15 Date: Thu, 19 Oct 2023 20:14:02 +0800 Subject: [PATCH] libuv:add inotify test for nuttx Signed-off-by: guohao15 --- 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