summaryrefslogtreecommitdiff
path: root/nuttx/libc/time/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/time/Make.defs')
-rw-r--r--nuttx/libc/time/Make.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/libc/time/Make.defs b/nuttx/libc/time/Make.defs
index 1d599ec93..7440d00eb 100644
--- a/nuttx/libc/time/Make.defs
+++ b/nuttx/libc/time/Make.defs
@@ -43,6 +43,9 @@ CSRCS += lib_localtime.c
else
CSRCS += lib_mktime.c lib_gmtime.c lib_gmtimer.c
endif
+ifdef CONFIG_TIME_EXTENDED
+CSRCS += lib_dayofweek.c
+endif
# Add the time directory to the build