summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sim/src/Makefile')
-rw-r--r--nuttx/arch/sim/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/Makefile b/nuttx/arch/sim/src/Makefile
index 6897f2f63..eace0a903 100644
--- a/nuttx/arch/sim/src/Makefile
+++ b/nuttx/arch/sim/src/Makefile
@@ -45,7 +45,7 @@ CSRCS = up_initialize.c up_idle.c up_interruptcontext.c \
up_releasepending.c up_reprioritizertr.c \
up_exit.c up_schedulesigaction.c up_allocateheap.c \
up_devconsole.c up_framebuffer.c
-HOSTSRCS = up_stdio.c up_x11framebuffer.c
+HOSTSRCS = up_stdio.c up_hostusleep.c up_x11framebuffer.c
ifeq ($(CONFIG_FS_FAT),y)
CSRCS += up_blockdevice.c up_deviceimage.c
endif