summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-08 19:57:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-08 19:57:25 +0000
commitb084f0f30622b823a1cb99324505aaca673ccef1 (patch)
tree4ddcbe387c1a6bbf2f704d2e3ed60bbd8f9128f7 /nuttx/net/Makefile
parentf1999a4cc02370a873caffd1670d67afa08783b0 (diff)
downloadpx4-nuttx-b084f0f30622b823a1cb99324505aaca673ccef1.tar.gz
px4-nuttx-b084f0f30622b823a1cb99324505aaca673ccef1.tar.bz2
px4-nuttx-b084f0f30622b823a1cb99324505aaca673ccef1.zip
Make file name convention consistent
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@335 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/Makefile')
-rw-r--r--nuttx/net/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index 6fd922649..f341e0a67 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -41,12 +41,12 @@ 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
+ net-sockets.c net-close.c
ifeq ($(CONFIG_NET_SOCKOPTS),y)
STD_CSRCS += setsockopt.c getsockopt.c
ifneq ($(CONFIG_DISABLE_CLOCK),y)
-STD_CSRCS += net_timeout.c net_dsec2timeval.c net_timeval2dsec.c
+STD_CSRCS += net-timeout.c net-dsec2timeval.c net-timeval2dsec.c
endif
endif