summaryrefslogtreecommitdiff
path: root/nuttx/examples/pashello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/pashello/Makefile')
-rw-r--r--nuttx/examples/pashello/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/examples/pashello/Makefile b/nuttx/examples/pashello/Makefile
index aeb220028..fd91e1124 100644
--- a/nuttx/examples/pashello/Makefile
+++ b/nuttx/examples/pashello/Makefile
@@ -1,7 +1,7 @@
############################################################################
# examples/pashello/Makefile
#
-# Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
+# Copyright (C) 2008-2010 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -51,7 +51,7 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-BIN = lib$(CONFIG_EXAMPLE)$(LIBEXT)
+BIN = libapp$(LIBEXT)
all: $(BIN)