summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-08 08:28:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-08 08:28:50 -0600
commitcc1382d025698d5306110cbcdc82fdc123ee2893 (patch)
tree6b6d3b10f0707af89569d1171e8f637739dc3a3f /nuttx/fs
parent358796427cb8ada7f07ae65d1b1b83a613f3a774 (diff)
downloadpx4-nuttx-cc1382d025698d5306110cbcdc82fdc123ee2893.tar.gz
px4-nuttx-cc1382d025698d5306110cbcdc82fdc123ee2893.tar.bz2
px4-nuttx-cc1382d025698d5306110cbcdc82fdc123ee2893.zip
Fix a typo in a recent commit
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/vfs/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/vfs/Make.defs b/nuttx/fs/vfs/Make.defs
index 2ef44a96b..b43f24572 100644
--- a/nuttx/fs/vfs/Make.defs
+++ b/nuttx/fs/vfs/Make.defs
@@ -77,7 +77,7 @@ CSRCS += fs_unlink.c fs_write.c
# Certain interfaces are not available if there is no mountpoint support
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
-CSRCS += fs_fsync
+CSRCS += fs_fsync.c
endif
# Support for positional file access