summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-11 17:24:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-11 17:24:14 +0000
commitfb117bfced091fd2ee5a32f2ab39b6d7a48e0676 (patch)
tree5ff18dab2d32ec4643b3d664522b3ed018d0f60c /nuttx/sched/Makefile
parent4a528af5569e0385555ac4f5de09677f6bcef754 (diff)
downloadpx4-nuttx-fb117bfced091fd2ee5a32f2ab39b6d7a48e0676.tar.gz
px4-nuttx-fb117bfced091fd2ee5a32f2ab39b6d7a48e0676.tar.bz2
px4-nuttx-fb117bfced091fd2ee5a32f2ab39b6d7a48e0676.zip
mktime/gmtime_r moved and highly simplified
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1973 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/Makefile')
-rw-r--r--nuttx/sched/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile
index b16ab0b94..288aade45 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -71,8 +71,8 @@ TIME_SRCS = sched_processtimer.c
ifneq ($(CONFIG_DISABLE_SIGNALS),y)
TIME_SRCS += sleep.c usleep.c
endif
-CLOCK_SRCS = clock_initialize.c mktime.c gmtime_r.c clock_settime.c clock_gettime.c \
- clock_getres.c clock_time2ticks.c clock_abstime2ticks.c clock_ticks2time.c
+CLOCK_SRCS = clock_initialize.c clock_settime.c clock_gettime.c clock_getres.c \
+ clock_time2ticks.c clock_abstime2ticks.c clock_ticks2time.c
SIGNAL_SRCS = sig_initialize.c \
sig_action.c sig_procmask.c sig_pending.c sig_suspend.c \