summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-07 00:10:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-07 00:10:10 +0000
commit85a030ffc1b51c9bcf924f80ff92c04d4fc0abcc (patch)
tree00652746e7d9ff3707e4adc744a62d0e1b1baa86 /nuttx/net/Makefile
parent75ef214a64e81862cc0d12feee25bfbc684999c5 (diff)
downloadpx4-nuttx-85a030ffc1b51c9bcf924f80ff92c04d4fc0abcc.tar.gz
px4-nuttx-85a030ffc1b51c9bcf924f80ff92c04d4fc0abcc.tar.bz2
px4-nuttx-85a030ffc1b51c9bcf924f80ff92c04d4fc0abcc.zip
Added framework for getsockopt() setsockopt()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@332 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/Makefile')
-rw-r--r--nuttx/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index 089d45513..2b514fe5e 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -41,7 +41,7 @@ MKDEP = $(TOPDIR)/tools/mkdeps.sh
ifeq ($(CONFIG_NET),y)
STD_ASRCS =
STD_CSRCS = socket.c bind.c connect.c send.c sendto.c recv.c recvfrom.c \
- net_sockets.c net-close.c
+ setsockopt.c getsockopt.c net_sockets.c net-close.c
include uip/Make.defs
endif