summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 12:36:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 12:36:32 +0000
commit236f0c0aa20e817bed9d3625ef3ebb14c44d6fae (patch)
tree9fb9e8ab70477302040810b057745d4548156052 /apps/examples/thttpd/Makefile
parent5e4e1d2bd897b939ad4b6a7923febc467acfafdd (diff)
downloadpx4-nuttx-236f0c0aa20e817bed9d3625ef3ebb14c44d6fae.tar.gz
px4-nuttx-236f0c0aa20e817bed9d3625ef3ebb14c44d6fae.tar.bz2
px4-nuttx-236f0c0aa20e817bed9d3625ef3ebb14c44d6fae.zip
Rename all apps/examples/-/main.c to something unique
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5141 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/thttpd/Makefile')
-rw-r--r--apps/examples/thttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/thttpd/Makefile b/apps/examples/thttpd/Makefile
index 9df26af35..606e717dc 100644
--- a/apps/examples/thttpd/Makefile
+++ b/apps/examples/thttpd/Makefile
@@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs
# THTTPD Web Server Example
ASRCS =
-CSRCS = main.c
+CSRCS = thttpd_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))