summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/Makefile')
-rw-r--r--nuttx/sched/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile
index 3c89a5c32..20e3522d0 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -82,6 +82,9 @@ CLOCK_SRCS = clock_initialize.c clock_settime.c clock_gettime.c clock_getres.c \
ifeq ($(CONFIG_NUTTX_KERNEL),y)
CLOCK_SRCS += clock_systimer.c
+ifeq ($(CONFIG_UPTIME),y)
+CLOCK_SRCS += clock_uptime.c
+endif
endif
SIGNAL_SRCS = sig_initialize.c \