summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-18 19:47:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-18 19:47:08 +0000
commita06a3e444b1f53f34ad78067e68f06cc040ebe31 (patch)
treefa1a9c4989476f8a46be5a5ad275dc0ec565bd8b /nuttx/Makefile
parent0ae84141bbd645eff4c096b608a2aee7704ea17a (diff)
downloadpx4-nuttx-a06a3e444b1f53f34ad78067e68f06cc040ebe31.tar.gz
px4-nuttx-a06a3e444b1f53f34ad78067e68f06cc040ebe31.tar.bz2
px4-nuttx-a06a3e444b1f53f34ad78067e68f06cc040ebe31.zip
Add framework for THTTPD example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1989 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index c0b73406f..eba340467 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -116,7 +116,7 @@ endif
# Add libraries for network support
ifeq ($(CONFIG_NET),y)
-LINKLIBS += net/libnet$(LIBEXT) netutils/libnetutils$(LIBEXT) netutils/libthttpd$(LIBEXT)
+LINKLIBS += net/libnet$(LIBEXT) netutils/libnetutils$(LIBEXT)
endif
# Add libraries for file system support
@@ -226,9 +226,6 @@ net/libnet$(LIBEXT): context
netutils/libnetutils$(LIBEXT): context
@$(MAKE) -C netutils TOPDIR="$(TOPDIR)" libnetutils$(LIBEXT)
-netutils/libthttpd$(LIBEXT): context
- @$(MAKE) -C netutils TOPDIR="$(TOPDIR)" libthttpd$(LIBEXT)
-
fs/libfs$(LIBEXT): context
@$(MAKE) -C fs TOPDIR="$(TOPDIR)" libfs$(LIBEXT)