summaryrefslogtreecommitdiff
path: root/nuttx/fs/vfs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-28 15:58:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-28 15:58:56 -0600
commitcc069f9a9016cd98f94aeb528cdaf90adc064d5d (patch)
tree0a95a8c2c999c0f2ef43922262d98eb1097df7dd /nuttx/fs/vfs
parentcc09a5c2a7cc6181c3c7b138e2c7cee68696602a (diff)
downloadnuttx-cc069f9a9016cd98f94aeb528cdaf90adc064d5d.tar.gz
nuttx-cc069f9a9016cd98f94aeb528cdaf90adc064d5d.tar.bz2
nuttx-cc069f9a9016cd98f94aeb528cdaf90adc064d5d.zip
Completes VFS-based named semaphore implemetation. Still a little buggy
Diffstat (limited to 'nuttx/fs/vfs')
-rw-r--r--nuttx/fs/vfs/Make.defs2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/fs/vfs/Make.defs b/nuttx/fs/vfs/Make.defs
index 789ea40a6..2919b40b5 100644
--- a/nuttx/fs/vfs/Make.defs
+++ b/nuttx/fs/vfs/Make.defs
@@ -59,7 +59,6 @@ endif
DEPPATH += --dep-path vfs
VPATH += :vfs
-CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)fs$(DELIM)vfs}
endif
else
@@ -87,5 +86,4 @@ endif
DEPPATH += --dep-path vfs
VPATH += :vfs
-CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)fs$(DELIM)vfs}
endif