mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 21:47:28 +08:00
Don't build pread()/pwrite() if file system support is disabled
This commit is contained in:
@@ -43,10 +43,6 @@ ifneq ($(CONFIG_NSOCKET_DESCRIPTORS),0)
|
||||
|
||||
CSRCS += fs_close.c fs_read.c fs_write.c fs_ioctl.c fs_poll.c fs_select.c
|
||||
|
||||
# Support for positional file access
|
||||
|
||||
CSRCS += fs_pread.c fs_pwrite.c
|
||||
|
||||
# Support for network access using streams
|
||||
|
||||
ifneq ($(CONFIG_NFILE_STREAMS),0)
|
||||
|
||||
Reference in New Issue
Block a user