summaryrefslogtreecommitdiff
path: root/nuttx/examples/helloxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/helloxx/Makefile')
-rwxr-xr-xnuttx/examples/helloxx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/examples/helloxx/Makefile b/nuttx/examples/helloxx/Makefile
index 7210ea2f1..5a90b03c5 100755
--- a/nuttx/examples/helloxx/Makefile
+++ b/nuttx/examples/helloxx/Makefile
@@ -1,7 +1,7 @@
############################################################################
# examples/helloxx/Makefile
#
-# Copyright (C) 2009 Gregory Nutt. All rights reserved.
+# Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -46,7 +46,7 @@ CXXOBJS = $(CXXSRCS:.cxx=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(CXXSRCS)
OBJS = $(AOBJS) $(COBJS) $(CXXOBJS)
-BIN = lib$(CONFIG_EXAMPLE)$(LIBEXT)
+BIN = libapp$(LIBEXT)
all: $(BIN)
.PHONY: clean depend chkcxx