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