summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-11 23:39:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-11 23:39:33 +0000
commitd357fd30cd6855f40dedf8050ee45067d0ee281f (patch)
tree7a162ac7ade2d63f3df2efddaf778ec795c7865a /nuttx/sched/Makefile
parentfb117bfced091fd2ee5a32f2ab39b6d7a48e0676 (diff)
downloadpx4-nuttx-d357fd30cd6855f40dedf8050ee45067d0ee281f.tar.gz
px4-nuttx-d357fd30cd6855f40dedf8050ee45067d0ee281f.tar.bz2
px4-nuttx-d357fd30cd6855f40dedf8050ee45067d0ee281f.zip
Add gettimeofday()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1974 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/Makefile')
-rw-r--r--nuttx/sched/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile
index 288aade45..84609a021 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -72,7 +72,8 @@ ifneq ($(CONFIG_DISABLE_SIGNALS),y)
TIME_SRCS += sleep.c usleep.c
endif
CLOCK_SRCS = clock_initialize.c clock_settime.c clock_gettime.c clock_getres.c \
- clock_time2ticks.c clock_abstime2ticks.c clock_ticks2time.c
+ clock_time2ticks.c clock_abstime2ticks.c clock_ticks2time.c \
+ clock_gettimeofday.c
SIGNAL_SRCS = sig_initialize.c \
sig_action.c sig_procmask.c sig_pending.c sig_suspend.c \