summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-12 00:41:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-12 00:41:06 +0000
commit32498f8db8a4194609e334ea95b3de569bd92784 (patch)
treefda2dcfc65df604fa2d99cd12319fab8535a5ac1 /nuttx/lib/Makefile
parent489c0b453b4e44764516409b62cc73e2c6149b75 (diff)
downloadpx4-nuttx-32498f8db8a4194609e334ea95b3de569bd92784.tar.gz
px4-nuttx-32498f8db8a4194609e334ea95b3de569bd92784.tar.bz2
px4-nuttx-32498f8db8a4194609e334ea95b3de569bd92784.zip
Add gmtime and localtime
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1976 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/Makefile')
-rw-r--r--nuttx/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/Makefile b/nuttx/lib/Makefile
index b2792cdf3..63264bc36 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/lib/Makefile
@@ -83,7 +83,7 @@ UNISTD_SRCS += lib_chdir.c lib_getcwd.c
endif
endif
-TIME_SRCS = lib_mktime.c lib_gmtimer.c lib_timeutils.c
+TIME_SRCS = lib_mktime.c lib_gmtime.c lib_gmtimer.c lib_timeutils.c
NET_SRCS = lib_htons.c lib_htonl.c lib_inetntoa.c lib_etherntoa.c