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
-1
View File
@@ -48,6 +48,5 @@ CSRCS += fs_mkfatfs.c fs_configfat.c fs_writefat.c
DEPPATH += --dep-path fat
VPATH += :fat
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)fs$(DELIM)fat}
endif