straighten out files in some Make.defs files

This commit is contained in:
Gregory Nutt
2014-09-28 12:26:22 -06:00
parent c73a47b8ac
commit 8a6a202c6d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -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