mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
straighten out files in some Make.defs files
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@
|
|||||||
ifneq ($(CONFIG_NFILE_DESCRIPTORS),0)
|
ifneq ($(CONFIG_NFILE_DESCRIPTORS),0)
|
||||||
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
|
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
|
||||||
|
|
||||||
CSRCS += fs_fsync.c fs_mount.c fs_umount.c fs_foreachmountpoint.c
|
CSRCS += fs_mount.c fs_umount.c fs_foreachmountpoint.c
|
||||||
|
|
||||||
ifeq ($(CONFIG_FS_AUTOMOUNTER),y)
|
ifeq ($(CONFIG_FS_AUTOMOUNTER),y)
|
||||||
CSRCS += fs_automount.c
|
CSRCS += fs_automount.c
|
||||||
|
|||||||
+2
-2
@@ -67,8 +67,8 @@ else
|
|||||||
# Common file/socket descriptor support
|
# Common file/socket descriptor support
|
||||||
|
|
||||||
CSRCS += fs_close.c fs_dup.c fs_dup2.c fs_fcntl.c fs_filedup.c fs_filedup2.c
|
CSRCS += fs_close.c fs_dup.c fs_dup2.c fs_fcntl.c fs_filedup.c fs_filedup2.c
|
||||||
CSRCS += fs_ioctl.c fs_lseek.c fs_mkdir.c fs_open.c fs_poll.c fs_read.c
|
CSRCS += fs_fsync.c fs_ioctl.c fs_lseek.c fs_mkdir.c fs_open.c fs_poll.c
|
||||||
CSRCS += fs_rename.c fs_rmdir.c fs_stat.c fs_statfs.c fs_select.c
|
CSRCS += fs_read.c fs_rename.c fs_rmdir.c fs_stat.c fs_statfs.c fs_select.c
|
||||||
CSRCS += fs_unlink.c fs_write.c
|
CSRCS += fs_unlink.c fs_write.c
|
||||||
|
|
||||||
# Stream support
|
# Stream support
|
||||||
|
|||||||
Reference in New Issue
Block a user