summaryrefslogtreecommitdiff
path: root/nuttx/libc/wqueue/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/wqueue/Make.defs')
-rw-r--r--nuttx/libc/wqueue/Make.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/libc/wqueue/Make.defs b/nuttx/libc/wqueue/Make.defs
index 1a13bcf78..fca63a8a6 100644
--- a/nuttx/libc/wqueue/Make.defs
+++ b/nuttx/libc/wqueue/Make.defs
@@ -39,6 +39,10 @@ ifeq ($(CONFIG_SCHED_WORKQUEUE),y)
CSRCS += work_thread.c work_queue.c work_cancel.c work_signal.c
+ifeq ($(CONFIG_NUTTX_KERNEL),y)
+CSRCS += work_usrstart.c
+endif
+
# Add the wqueue directory to the build
DEPPATH += --dep-path wqueue