summaryrefslogtreecommitdiff
path: root/nuttx/examples/nx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/nx/Makefile')
-rw-r--r--nuttx/examples/nx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/examples/nx/Makefile b/nuttx/examples/nx/Makefile
index 002e255ec..ea19ebcc5 100644
--- a/nuttx/examples/nx/Makefile
+++ b/nuttx/examples/nx/Makefile
@@ -1,7 +1,7 @@
############################################################################
# examples/nxflat/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
@@ -50,7 +50,7 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-BIN = lib$(CONFIG_EXAMPLE)$(LIBEXT)
+BIN = libapp$(LIBEXT)
all: $(BIN)