summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-18 22:59:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-18 22:59:44 +0000
commit3f09faeeeb7c23c496df9e3790fd3425429adddc (patch)
tree2bdc0fb58f143e7c60fec838522340f582f10b57 /nuttx/net/Makefile
parent1e412a7c74a79a06ae1278c14015bc3f9cab978f (diff)
downloadpx4-nuttx-3f09faeeeb7c23c496df9e3790fd3425429adddc.tar.gz
px4-nuttx-3f09faeeeb7c23c496df9e3790fd3425429adddc.tar.bz2
px4-nuttx-3f09faeeeb7c23c496df9e3790fd3425429adddc.zip
Still fleshing out THTTPD example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1994 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/Makefile')
-rw-r--r--nuttx/net/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index 8802e01d7..203aa0e53 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -38,7 +38,8 @@
ifeq ($(CONFIG_NET),y)
SOCK_ASRCS =
SOCK_CSRCS = socket.c bind.c connect.c sendto.c recv.c recvfrom.c \
- net_sockets.c net_close.c net_dup.c net_dup2.c net_clone.c
+ net_sockets.c net_close.c net_dup.c net_dup2.c net_clone.c \
+ net_vfcntl.c
ifeq ($(CONFIG_NET_TCP),y)
SOCK_CSRCS += send.c listen.c accept.c