From f1893cbaf513c7f0fbca77240fc59707ad039734 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 15 Apr 2011 14:57:53 +0000 Subject: Add time and uptime git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3506 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/sched/Makefile') 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 \ -- cgit v1.2.3