mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Completes VFS-based named semaphore implemetation. Still a little buggy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user