Completes VFS-based named semaphore implemetation. Still a little buggy

This commit is contained in:
Gregory Nutt
2014-09-28 15:58:56 -06:00
parent 30694f064c
commit 650a0d0615
23 changed files with 147 additions and 455 deletions
-2
View File
@@ -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