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
This commit is contained in:
patacongo
2012-11-10 16:34:46 +00:00
parent 42997ede83
commit 5cb8226727
284 changed files with 637 additions and 637 deletions
+4 -4
View File
@@ -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)