summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 20:33:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 20:33:25 +0000
commitfaf5098e0f900b5e5fcd6bea40e6ff9ff184e137 (patch)
tree34fc95aa94c99c8990295e1c6db3fe3411a29204 /nuttx/fs/nfs/Make.defs
parent942bbb7ad67be9b4117e752fcb4bcac280452f9f (diff)
downloadpx4-nuttx-faf5098e0f900b5e5fcd6bea40e6ff9ff184e137.tar.gz
px4-nuttx-faf5098e0f900b5e5fcd6bea40e6ff9ff184e137.tar.bz2
px4-nuttx-faf5098e0f900b5e5fcd6bea40e6ff9ff184e137.zip
NFS updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4647 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/Make.defs')
-rw-r--r--nuttx/fs/nfs/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/Make.defs b/nuttx/fs/nfs/Make.defs
index bfe1265c3..c3c323bc3 100644
--- a/nuttx/fs/nfs/Make.defs
+++ b/nuttx/fs/nfs/Make.defs
@@ -46,5 +46,5 @@ CSRCS += rpc_clnt.c nfs_socket.c nfs_util.c nfs_vfsops.c
# Argument for dependency checking
-NFSDEPPATH = --dep-path rpc
+NFSDEPPATH = --dep-path nfs
endif