summaryrefslogtreecommitdiff
path: root/nuttx/libc/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 16:34:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 16:34:46 +0000
commit52e613351a71a9aa8cf9dcda553e0811968497e8 (patch)
tree57bc8ad99b79a25acae788f26a6f2b8a4d3789fc /nuttx/libc/Makefile
parent0f11ac27b9b9dbdde216a700434b7fcdc47e1093 (diff)
downloadnuttx-52e613351a71a9aa8cf9dcda553e0811968497e8.tar.gz
nuttx-52e613351a71a9aa8cf9dcda553e0811968497e8.tar.bz2
nuttx-52e613351a71a9aa8cf9dcda553e0811968497e8.zip
OK.. I think the directory has been recovered and renamed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libc/Makefile')
-rw-r--r--nuttx/libc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/libc/Makefile b/nuttx/libc/Makefile
index 406c2276e..318816ba7 100644
--- a/nuttx/libc/Makefile
+++ b/nuttx/libc/Makefile
@@ -1,5 +1,5 @@
############################################################################
-# lib/Makefile
+# libc/Makefile
#
# Copyright (C) 2007-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
@@ -66,9 +66,9 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-UBIN = libulib$(LIBEXT)
-KBIN = libklib$(LIBEXT)
-BIN = liblib$(LIBEXT)
+UBIN = libuc$(LIBEXT)
+KBIN = libkc$(LIBEXT)
+BIN = libc$(LIBEXT)
all: $(BIN)