aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 15:47:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 15:47:45 +0000
commita69a97b03b52f369211bde6a473efe6d79068fe8 (patch)
tree717b5e7f971706d7f3206153d45948b7ba0ecbcf /nuttx/libxx
parent0c0440210befd8e4bc9971defad4d654c03aae3b (diff)
downloadpx4-firmware-a69a97b03b52f369211bde6a473efe6d79068fe8.tar.gz
px4-firmware-a69a97b03b52f369211bde6a473efe6d79068fe8.tar.bz2
px4-firmware-a69a97b03b52f369211bde6a473efe6d79068fe8.zip
move lib/ to libc/ to make room for a true lib/ directory. Rename libraries to match
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5328 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libxx')
-rw-r--r--nuttx/libxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libxx/Makefile b/nuttx/libxx/Makefile
index 584af4e96..db5675ce7 100644
--- a/nuttx/libxx/Makefile
+++ b/nuttx/libxx/Makefile
@@ -82,7 +82,7 @@ CXXOBJS = $(CXXSRCS:.cxx=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(CXXSRCS)
OBJS = $(AOBJS) $(COBJS) $(CXXOBJS)
-BIN = liblibxx$(LIBEXT)
+BIN = libcxx$(LIBEXT)
all: $(BIN)